[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1387510875-11632-1-git-send-email-chenweilong@huawei.com>
Date: Fri, 20 Dec 2013 11:41:15 +0800
From: Chen Weilong <chenweilong@...wei.com>
To: <alex.bluesman.smirnov@...il.com>, <dbaryshkov@...il.com>,
<davem@...emloft.net>
CC: <netdev@...r.kernel.org>
Subject: [PATCH] ieee802154: space prohibited before that close parenthesis
From: Weilong Chen <chenweilong@...wei.com>
Fix checkpatch error with space.
Signed-off-by: Weilong Chen <chenweilong@...wei.com>
---
net/ieee802154/wpan-class.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/wpan-class.c
index ef56ab5..4dd3761 100644
--- a/net/ieee802154/wpan-class.c
+++ b/net/ieee802154/wpan-class.c
@@ -46,7 +46,7 @@ MASTER_SHOW(current_channel, "%d");
MASTER_SHOW(current_page, "%d");
MASTER_SHOW_COMPLEX(transmit_power, "%d +- %d dB",
((signed char) (phy->transmit_power << 2)) >> 2,
- (phy->transmit_power >> 6) ? (phy->transmit_power >> 6) * 3 : 1 );
+ (phy->transmit_power >> 6) ? (phy->transmit_power >> 6) * 3 : 1);
MASTER_SHOW(cca_mode, "%d");
static ssize_t channels_supported_show(struct device *dev,
--
1.7.12
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists