Commit 096f6490 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Greg Kroah-Hartman
Browse files

drivers: staging: rtl8188eu: Fix spelling in two comments i.e defalut to default



Fixed two spelling in two different comments.

s/defalut/default/p

Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20201029124953.3957-1-unixbhaskar@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 92576c84
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ static void Init_ODM_ComInfo_88E(struct adapter *Adapter)
	 * The base index =
	 * 12. +((12-n)/2)dB 13~?? = decrease tx pwr by -((n-12)/2)dB
	 */
	dm_odm->BbSwingIdxOfdm = 12; /*  Set defalut value as index 12. */
	dm_odm->BbSwingIdxOfdm = 12; /*  Set default value as index 12. */
	dm_odm->BbSwingIdxOfdmCurrent = 12;
	dm_odm->BbSwingFlagOfdm = false;

@@ -109,7 +109,7 @@ static void Update_ODM_ComInfo_88E(struct adapter *Adapter)
	 * The base index =
	 * 12. +((12-n)/2)dB 13~?? = decrease tx pwr by -((n-12)/2)dB
	 */
	dm_odm->BbSwingIdxOfdm = 12; /*  Set defalut value as index 12. */
	dm_odm->BbSwingIdxOfdm = 12; /*  Set default value as index 12. */
	dm_odm->BbSwingIdxOfdmCurrent = 12;
	dm_odm->BbSwingFlagOfdm = false;