mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
Staging: rtl8187se: fix braces {} are not necessary for single statement blocks in r8185b_init.c
Fix checkpatch.pl issues with braces {} are not necessary for single statement blocks 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
52a71d5f1b
commit
51f79f1e30
@ -915,9 +915,8 @@ static void ActUpdateChannelAccessSetting(struct net_device *dev,
|
||||
*/
|
||||
write_nic_byte(dev, AckTimeOutReg, 0x5B);
|
||||
|
||||
for (eACI = 0; eACI < AC_MAX; eACI++) {
|
||||
for (eACI = 0; eACI < AC_MAX; eACI++)
|
||||
write_nic_byte(dev, ACM_CONTROL, 0);
|
||||
}
|
||||
}
|
||||
|
||||
static void ActSetWirelessMode8185(struct net_device *dev, u8 btWirelessMode)
|
||||
|
Loading…
Reference in New Issue
Block a user