Commit c7dabf1a authored by Mitali Borkar's avatar Mitali Borkar Committed by Greg Kroah-Hartman
Browse files

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: default avatarMitali Borkar <mitaliborkar810@gmail.com>
Link: https://lore.kernel.org/r/cad6a7885f30dcfabaf1ccab1fd0644416fea194.1618380932.git.mitaliborkar810@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3cc112a0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
+0 −2
Original line number Diff line number Diff line
@@ -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;