mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
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>
This commit is contained in:
parent
3cdba604d0
commit
3193502e5b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user