Commit 238822bc authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman

Staging: rtl8187se: space prohibited before semicolon in r8185b_init.c

Fix checkpatch.pl issues with space prohibited
before semicolon in r8185b_init.c
Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 28b22e0f
...@@ -758,7 +758,7 @@ static void HwConfigureRTL8185(struct net_device *dev) ...@@ -758,7 +758,7 @@ static void HwConfigureRTL8185(struct net_device *dev)
write_nic_byte(dev, OFDM_TXAGC, 128); write_nic_byte(dev, OFDM_TXAGC, 128);
val8 = val8 & 0xfe; val8 = val8 & 0xfe;
} else { } else {
val8 = val8 | 0x01 ; val8 = val8 | 0x01;
} }
...@@ -985,7 +985,7 @@ static void MgntDisconnectIBSS(struct net_device *dev) ...@@ -985,7 +985,7 @@ static void MgntDisconnectIBSS(struct net_device *dev)
struct r8180_priv *priv = (struct r8180_priv *)ieee80211_priv(dev); struct r8180_priv *priv = (struct r8180_priv *)ieee80211_priv(dev);
u8 i; u8 i;
for (i = 0; i < 6 ; i++) for (i = 0; i < 6; i++)
priv->ieee80211->current_network.bssid[i] = 0x55; priv->ieee80211->current_network.bssid[i] = 0x55;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment