summary refs log tree commit diff
path: root/net/ieee802154
diff options
context:
space:
mode:
authorWeilong Chen <chenweilong@huawei.com>2013-12-20 11:41:15 +0800
committerDavid S. Miller <davem@davemloft.net>2013-12-27 13:06:16 -0500
commit3193502e5b2af4ff2c6df7f711713676645f91c5 (patch)
tree31344924c1d3dab81af7884eed5dfec35a86bc46 /net/ieee802154
parent3cdba604d0f97bc47007eee3c375b01953adadbe (diff)
downloadlinux-3193502e5b2af4ff2c6df7f711713676645f91c5.tar.gz
ieee802154: space prohibited before that close parenthesis
Fix checkpatch error with space.

Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ieee802154')
-rw-r--r--net/ieee802154/wpan-class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/wpan-class.c b/net/ieee802154/wpan-class.c
index ef56ab5b35fe..4dd37615a749 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,