Staging: drivers: rtl8188eu: fixed extraneous spaces
Fix coding style issue Signed-off-by: Jacky Boen <aqiank@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d5fdbca674
commit
9cb2dbf316
1 changed files with 2 additions and 2 deletions
|
@ -992,7 +992,7 @@ static u32 rtl8188eu_hal_deinit(struct adapter *Adapter)
|
|||
}
|
||||
}
|
||||
return _SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
static unsigned int rtl8188eu_inirp_init(struct adapter *Adapter)
|
||||
{
|
||||
|
@ -1782,7 +1782,7 @@ static void SetHwReg8188EU(struct adapter *Adapter, u8 variable, u8 *val)
|
|||
}
|
||||
break;
|
||||
case HW_VAR_H2C_MEDIA_STATUS_RPT:
|
||||
rtl8188e_set_FwMediaStatus_cmd(Adapter , (*(__le16 *)val));
|
||||
rtl8188e_set_FwMediaStatus_cmd(Adapter, (*(__le16 *)val));
|
||||
break;
|
||||
case HW_VAR_BCN_VALID:
|
||||
/* BCN_VALID, BIT16 of REG_TDECTRL = BIT0 of REG_TDECTRL+2, write 1 to clear, Clear by sw */
|
||||
|
|
Loading…
Reference in a new issue