]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging:r8188eu: Remove space before comma
authorAlex Briskin <br.shurik@gmail.com>
Sat, 22 Oct 2016 11:34:28 +0000 (14:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Oct 2016 08:56:17 +0000 (10:56 +0200)
Trivial style fix to remove unnecessary errors in checkpatch.pl

Signed-off-by: Alex Briskin <br.shurik@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c

index edc6b528a7af4c7b1ecfb78711423e491fcc0870..0ce7db723a5da292a4398b0813ff3dec321475c8 100644 (file)
@@ -488,8 +488,8 @@ void Hal_ReadTxPowerInfo88E(struct adapter *padapter, u8 *PROMContent, bool Auto
                }
                if (bIn24G) {
                        DBG_88E("======= Path %d, Channel %d =======\n", 0, ch);
-                       DBG_88E("Index24G_CCK_Base[%d][%d] = 0x%x\n", 0, ch , pHalData->Index24G_CCK_Base[0][ch]);
-                       DBG_88E("Index24G_BW40_Base[%d][%d] = 0x%x\n", 0, ch , pHalData->Index24G_BW40_Base[0][ch]);
+                       DBG_88E("Index24G_CCK_Base[%d][%d] = 0x%x\n", 0, ch, pHalData->Index24G_CCK_Base[0][ch]);
+                       DBG_88E("Index24G_BW40_Base[%d][%d] = 0x%x\n", 0, ch, pHalData->Index24G_BW40_Base[0][ch]);
                }
        }
        for (TxCount = 0; TxCount < MAX_TX_COUNT; TxCount++) {