mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
staging: rtl8192e: remove unnecessary blank line before brace
Removed an extra blank line before close brace as it was not necessary. Reported by checkpatch. Signed-off-by: Mitali Borkar <mitaliborkar810@gmail.com> Link: https://lore.kernel.org/r/cad6a7885f30dcfabaf1ccab1fd0644416fea194.1618380932.git.mitaliborkar810@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3cc112a088
commit
c7dabf1a45
@ -263,7 +263,6 @@ static void HTIOTActDetermineRaFunc(struct rtllib_device *ieee, bool bPeerRx2ss)
|
||||
|
||||
if (pHTInfo->IOTAction & HT_IOT_ACT_AMSDU_ENABLE)
|
||||
pHTInfo->IOTRaFunc |= HT_IOT_RAFUNC_TX_AMSDU;
|
||||
|
||||
}
|
||||
|
||||
void HTResetIOTSetting(struct rt_hi_throughput *pHTInfo)
|
||||
@ -445,7 +444,6 @@ static u8 HT_PickMCSRate(struct rtllib_device *ieee, u8 *pOperateMCS)
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -192,7 +192,6 @@ void TSInitialize(struct rtllib_device *ieee)
|
||||
break;
|
||||
pRxReorderEntry = &ieee->RxReorderEntry[count + 1];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static void AdmitTS(struct rtllib_device *ieee,
|
||||
@ -253,7 +252,6 @@ static struct ts_common_info *SearchAdmitTRStream(struct rtllib_device *ieee,
|
||||
pRet->TSpec.f.TSInfo.field.ucTSID == TID &&
|
||||
pRet->TSpec.f.TSInfo.field.ucDirection == dir)
|
||||
break;
|
||||
|
||||
}
|
||||
if (&pRet->List != psearch_list)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user