Skip to content

Commit

Permalink
staging: rtl8188eu: hal: space required
Browse files Browse the repository at this point in the history
ERROR: space required before the open brace '{'

Signed-off-by: Paul McQuade <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
paulmcquad authored and gregkh committed Oct 29, 2014
1 parent 7efa16c commit 422caed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8188eu/hal/bb_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 422caed

Please sign in to comment.