Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mitali Borkar and committed by
Greg Kroah-Hartman
c7dabf1a 3cc112a0

-4
-2
drivers/staging/rtl8192e/rtl819x_HTProc.c
··· 263 263 264 264 if (pHTInfo->IOTAction & HT_IOT_ACT_AMSDU_ENABLE) 265 265 pHTInfo->IOTRaFunc |= HT_IOT_RAFUNC_TX_AMSDU; 266 - 267 266 } 268 267 269 268 void HTResetIOTSetting(struct rt_hi_throughput *pHTInfo) ··· 444 445 break; 445 446 default: 446 447 break; 447 - 448 448 } 449 449 450 450 return true;
-2
drivers/staging/rtl8192e/rtl819x_TSProc.c
··· 192 192 break; 193 193 pRxReorderEntry = &ieee->RxReorderEntry[count + 1]; 194 194 } 195 - 196 195 } 197 196 198 197 static void AdmitTS(struct rtllib_device *ieee, ··· 252 253 pRet->TSpec.f.TSInfo.field.ucTSID == TID && 253 254 pRet->TSpec.f.TSInfo.field.ucDirection == dir) 254 255 break; 255 - 256 256 } 257 257 if (&pRet->List != psearch_list) 258 258 break;