Skip to content

Commit

Permalink
Staging: rtl8187se: fix space prohibited after that open parenthesis …
Browse files Browse the repository at this point in the history
…'(' 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>
  • Loading branch information
Ebru Akagunduz authored and Greg Kroah-Hartman committed Oct 30, 2013
1 parent 51f79f1 commit 28b22e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8187se/r8185b_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 28b22e0

Please sign in to comment.