Staging: rtl8188eu: Fix warning of no space before tabs.
authorElena Oat <oat.elena@gmail.com>
Mon, 3 Mar 2014 19:47:18 +0000 (21:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Mar 2014 22:34:12 +0000 (14:34 -0800)
This patch fixes the warning of "Please, no space before tab" produced
by checkpatch.pl. The modified file: rtw_cmd.c.

Signed-off-by: Elena Oat <oat.elena@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_cmd.c

index 7b6077730c26b124d28159efb6590293bc06e89e..0cab7152a51cdbea49c5431a5300ab050cf4b4f7 100644 (file)
@@ -932,9 +932,12 @@ u8 rtw_joinbss_cmd(struct adapter  *padapter, struct wlan_network *pnetwork)
 
        phtpriv->ht_option = false;
        if (pregistrypriv->ht_enable) {
-               /*      Added by Albert 2010/06/23 */
-               /*      For the WEP mode, we will use the bg mode to do the connection to avoid some IOT issue. */
-               /*      Especially for Realtek 8192u SoftAP. */
+               /*
+                * Added by Albert 2010/06/23
+                * For the WEP mode, we will use the bg mode to do
+                * the connection to avoid some IOT issue.
+                * Especially for Realtek 8192u SoftAP.
+                */
                if ((padapter->securitypriv.dot11PrivacyAlgrthm != _WEP40_) &&
                    (padapter->securitypriv.dot11PrivacyAlgrthm != _WEP104_) &&
                    (padapter->securitypriv.dot11PrivacyAlgrthm != _TKIP_)) {
This page took 0.026446 seconds and 5 git commands to generate.