drivers: staging: rtl8188eu: Fix spelling in two comments i.e defalut to default
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Thu, 29 Oct 2020 12:49:53 +0000 (18:19 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 10:02:53 +0000 (11:02 +0100)
Fixed two spelling in two different comments.

s/defalut/default/p

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20201029124953.3957-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_dm.c

index 1af919ff6d93231c8e493f81b0f6fdf4a5ed2a0c..391c5949071878bc9bbbafd6f0d3b42c03608e48 100644 (file)
@@ -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;