mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Staging: rtl8187se: fix space prohibited after that open parenthesis '(' in r8185b_init.c
Fix checkpatch.pl issues with space prohibited after that open parenthesis '(' in r8185b_init.c Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
51f79f1e30
commit
28b22e0fcb
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ static void ActSetWirelessMode8185(struct net_device *dev, u8 btWirelessMode)
|
|||
else if (ieee->mode == WIRELESS_MODE_G)
|
||||
DMESG("WIRELESS_MODE_G\n");
|
||||
|
||||
ActUpdateChannelAccessSetting( dev, ieee->mode,
|
||||
ActUpdateChannelAccessSetting(dev, ieee->mode,
|
||||
&priv->ChannelAccessSetting);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue