mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-30 23:37:51 -05:00
staging: rtl8188eu: hal: space required
ERROR: space required before the open brace '{'
Signed-off-by: Paul McQuade <paulmcquad@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7efa16c3b0
commit
422caed999
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user