ieee802154: space prohibited before that close parenthesis
authorWeilong Chen <chenweilong@huawei.com>
Fri, 20 Dec 2013 03:41:15 +0000 (11:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Dec 2013 18:06:16 +0000 (13:06 -0500)
Fix checkpatch error with space.

Signed-off-by: Weilong Chen <chenweilong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/wpan-class.c

index ef56ab5b35fe759c446089b68cefdc585d21c175..4dd37615a749c6f1191d5ce35bec09ca9ac05e81 100644 (file)
@@ -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,