Staging: rtl8723au: hal: Space prohibited before semicolon
authorAybuke Ozdemir <aybuke.147@gmail.com>
Thu, 18 Sep 2014 22:58:29 +0000 (01:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 19 Sep 2014 23:30:11 +0000 (16:30 -0700)
This patch fixes these warning messages found by checkpatch.pl:
WARNING: Space prohibited before semicolon.

Signed-off-by: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/usb_halinit.c

index 26be40d7c16d492de67177c435acfbd6da0f3744..a5de03d45aa9fe75e9b4c190ebe26e0b3b7107bf 100644 (file)
@@ -916,7 +916,7 @@ static void phy_SsPwrSwitch92CU(struct rtw_adapter *Adapter,
                break;
        case rf_sleep:
        case rf_off:
-               value8 = rtl8723au_read8(Adapter, REG_SPS0_CTRL) ;
+               value8 = rtl8723au_read8(Adapter, REG_SPS0_CTRL);
                if (IS_81xxC_VENDOR_UMC_B_CUT(pHalData->VersionID))
                        value8 &= ~BIT(0);
                else
@@ -989,7 +989,7 @@ static void phy_SsPwrSwitch92CU(struct rtw_adapter *Adapter,
                                mdelay(10);
 
                                /*  Set BB reset at first */
-                               value8 = 0 ;
+                               value8 = 0;
                                value8 |= (FEN_USBD | FEN_USBA |
                                           FEN_BB_GLB_RSTn);
                                /* 0x16 */