staging: rtl8723au: hal: Removed space before semicolon
authorAnjana Sasindran <anjanasasindran123@gmail.com>
Thu, 4 Dec 2014 13:50:30 +0000 (19:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 21:46:47 +0000 (13:46 -0800)
This patch fix the checkpatch.pl warning:

WARNING: spaces prohibited before semicolon

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/hal/odm.c

index cabe33a..216930a 100644 (file)
@@ -983,10 +983,10 @@ void odm_1R_CCA23a(struct dm_odm_t *pDM_Odm)
 void ODM_RF_Saving23a(struct dm_odm_t *pDM_Odm, u8 bForceInNormal)
 {
        struct dynamic_pwr_sav *pDM_PSTable = &pDM_Odm->DM_PSTable;
-       u8 Rssi_Up_bound = 30 ;
+       u8 Rssi_Up_bound = 30;
        u8 Rssi_Low_bound = 25;
        if (pDM_Odm->PatchID == 40) { /* RT_CID_819x_FUNAI_TV */
-               Rssi_Up_bound = 50 ;
+               Rssi_Up_bound = 50;
                Rssi_Low_bound = 45;
        }
        if (pDM_PSTable->initialize == 0) {