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

staging: rtl8192e: remove multiple blank lines

Reported by checkpatch:

CHECK: Please don't use multiple blank lines

Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
Link: https://lore.kernel.org/r/20220406154921.15532-1-eng.alaamohamedsoliman.am@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Alaa Mohamed and committed by
Greg Kroah-Hartman
847a04d6 ed42eb4b

-3
-3
drivers/staging/rtl8192e/rtl819x_BAProc.c
··· 343 343 goto OnADDBARsp_Reject; 344 344 } 345 345 346 - 347 346 if (!GetTs(ieee, (struct ts_common_info **)(&pTS), dst, 348 347 (u8)(pBaParamSet->field.tid), TX_DIR, false)) { 349 348 netdev_warn(ieee->dev, "%s(): can't get TS\n", __func__); ··· 353 354 pTS->bAddBaReqInProgress = false; 354 355 pPendingBA = &pTS->TxPendingBARecord; 355 356 pAdmittedBA = &pTS->TxAdmittedBARecord; 356 - 357 357 358 358 if (pAdmittedBA->b_valid) { 359 359 netdev_dbg(ieee->dev, "%s(): ADDBA response already admitted\n", ··· 371 373 __func__, *pStatusCode); 372 374 DeActivateBAEntry(ieee, pPendingBA); 373 375 } 374 - 375 376 376 377 if (*pStatusCode == ADDBA_STATUS_SUCCESS) { 377 378 if (pBaParamSet->field.ba_policy == BA_POLICY_DELAYED) {