staging: rtl8192e: remove unnecessary blank line after close brace
Removed an extra blank line after close brace '{' as it was not necessary. Reported by checkpatch Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Link: https://lore.kernel.org/r/40f72a84750f402c342b4685e0a2f15d27875c9a.1618380932.git.mitaliborkar810@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
c7dabf1a45
Коммит
e3a8607981
|
@ -492,7 +492,6 @@ u8 HTGetHighestMCSRate(struct rtllib_device *ieee, u8 *pMCSRateSet,
|
|||
static u8 HTFilterMCSRate(struct rtllib_device *ieee, u8 *pSupportMCS,
|
||||
u8 *pOperateMCS)
|
||||
{
|
||||
|
||||
u8 i;
|
||||
|
||||
for (i = 0; i <= 15; i++)
|
||||
|
@ -685,7 +684,6 @@ void HTInitializeHTInfo(struct rtllib_device *ieee)
|
|||
|
||||
void HTInitializeBssDesc(struct bss_ht *pBssHT)
|
||||
{
|
||||
|
||||
pBssHT->bd_support_ht = false;
|
||||
memset(pBssHT->bd_ht_cap_buf, 0, sizeof(pBssHT->bd_ht_cap_buf));
|
||||
pBssHT->bd_ht_cap_len = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче