]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8188eu: hal: space required
authorPaul McQuade <paulmcquad@gmail.com>
Mon, 27 Oct 2014 16:13:29 +0000 (16:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 08:48:32 +0000 (16:48 +0800)
ERROR: space required before the open brace '{'

Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/bb_cfg.c

index 80e8cc92c10a19a27b0ed2c602341c3f2cfce2fe..c2d166fa0a7f96aa7fbc6b1432acfbd1862d602e 100644 (file)
@@ -173,7 +173,7 @@ static bool set_baseband_agc_config(struct adapter *adapt)
                u32 v1 = array[i];
                u32 v2 = array[i+1];
 
-               if (v1 < 0xCDCDCDCD){
+               if (v1 < 0xCDCDCDCD) {
                        phy_set_bb_reg(adapt, v1, bMaskDWord, v2);
                        udelay(1);
                }