[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201029110600.3091-1-unixbhaskar@gmail.com>
Date: Thu, 29 Oct 2020 16:36:00 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: Larry.Finger@...inger.net, gregkh@...uxfoundation.org,
straube.linux@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] 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: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
Greg, I have included the driver name as you suggested.
drivers/staging/rtl8188eu/hal/rtl8188e_dm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/hal/rtl8188e_dm.c b/drivers/staging/rtl8188eu/hal/rtl8188e_dm.c
index 1af919ff6d93..391c59490718 100644
--- a/drivers/staging/rtl8188eu/hal/rtl8188e_dm.c
+++ b/drivers/staging/rtl8188eu/hal/rtl8188e_dm.c
@@ -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;
--
2.26.2
Powered by blists - more mailing lists