public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes
@ 2023-09-17 13:49 Bragatheswaran Manickavel
  2023-09-19 17:13 ` Bragatheswaran Manickavel
       [not found] ` <CAHZF+VZVBkRP6D4xJEhoqKmr9MbjNFJ8A0NZXSwDEMFJhqBc-w@mail.gmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Bragatheswaran Manickavel @ 2023-09-17 13:49 UTC (permalink / raw)
  To: gregkh; +Cc: Bragatheswaran Manickavel, linux-staging, linux-kernel

They are appear to be spelling mistakes,
Initially identified in a codespell report and never been addressed so far.

./rtl8723b_phycfg.c:156: Threre ==> There, three
./rtl8723b_phycfg.c:283: Condig ==> Config
./rtl8723b_phycfg.c:328: Tranceiver ==> Transceiver

Signed-off-by: Bragatheswaran Manickavel <bragathemanick0908@gmail.com>
---
 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c b/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
index a3bff27af523..7764896a04ea 100644
--- a/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
+++ b/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
@@ -153,7 +153,7 @@ static u32 phy_RFSerialRead_8723B(
  * @Data:	The new register Data in the target bit position
  *			of the target to be read
  *
- * .. Note::	Threre are three types of serial operations:
+ * .. Note::	There are three types of serial operations:
  *		1. Software serial write
  *		2. Hardware LSSI-Low Speed Serial Interface
  *		3. Hardware HSSI-High speed
@@ -280,7 +280,7 @@ void PHY_SetRFReg_8723B(
 
 
 /*-----------------------------------------------------------------------------
- * PHY_MACConfig8192C - Condig MAC by header file or parameter file.
+ * PHY_MACConfig8192C - Config MAC by header file or parameter file.
  *
  * Revised History:
  *  When		Who		Remark
@@ -325,7 +325,7 @@ static void phy_InitBBRFRegisterDefinition(struct adapter *Adapter)
 	pHalData->PHYRegDef[RF_PATH_A].rfHSSIPara2 = rFPGA0_XA_HSSIParameter2;  /* wire control parameter2 */
 	pHalData->PHYRegDef[RF_PATH_B].rfHSSIPara2 = rFPGA0_XB_HSSIParameter2;  /* wire control parameter2 */
 
-	/*  Tranceiver Readback LSSI/HSPI mode */
+	/*  Transceiver Readback LSSI/HSPI mode */
 	pHalData->PHYRegDef[RF_PATH_A].rfLSSIReadBack = rFPGA0_XA_LSSIReadBack;
 	pHalData->PHYRegDef[RF_PATH_B].rfLSSIReadBack = rFPGA0_XB_LSSIReadBack;
 	pHalData->PHYRegDef[RF_PATH_A].rfLSSIReadBackPi = TransceiverA_HSPI_Readback;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes
  2023-09-17 13:49 [PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes Bragatheswaran Manickavel
@ 2023-09-19 17:13 ` Bragatheswaran Manickavel
       [not found] ` <CAHZF+VZVBkRP6D4xJEhoqKmr9MbjNFJ8A0NZXSwDEMFJhqBc-w@mail.gmail.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Bragatheswaran Manickavel @ 2023-09-19 17:13 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel


On 17/09/23 19:19, Bragatheswaran Manickavel wrote:
 >They are appear to be spelling mistakes,
 >Initially identified in a codespell report and never been addressed so 
far.
 >
 >./rtl8723b_phycfg.c:156: Threre ==> There, three
 >./rtl8723b_phycfg.c:283: Condig ==> Config
 >./rtl8723b_phycfg.c:328: Tranceiver ==> Transceiver
 >
 >Signed-off-by: Bragatheswaran Manickavel <bragathemanick0908@gmail.com>
 >---
 > drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c | 6 +++---
 > 1 file changed, 3 insertions(+), 3 deletions(-)
 >
 >diff --git a/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 
b/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
 >index a3bff27af523..7764896a04ea 100644
 >--- a/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
 >+++ b/drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c
 >@@ -153,7 +153,7 @@ static u32 phy_RFSerialRead_8723B(
 >  * @Data:    The new register Data in the target bit position
 >  *            of the target to be read
 >  *
 >- * .. Note::    Threre are three types of serial operations:
 >+ * .. Note::    There are three types of serial operations:
 >  *        1. Software serial write
 >  *        2. Hardware LSSI-Low Speed Serial Interface
 >  *        3. Hardware HSSI-High speed
 >@@ -280,7 +280,7 @@ void PHY_SetRFReg_8723B(
 >
 >
 > 
/*-----------------------------------------------------------------------------
 >- * PHY_MACConfig8192C - Condig MAC by header file or parameter file.
 >+ * PHY_MACConfig8192C - Config MAC by header file or parameter file.
 >  *
 >  * Revised History:
 >  *  When        Who        Remark
 >@@ -325,7 +325,7 @@ static void phy_InitBBRFRegisterDefinition(struct 
adapter *Adapter)
 >     pHalData->PHYRegDef[RF_PATH_A].rfHSSIPara2 = 
rFPGA0_XA_HSSIParameter2;  /* wire control parameter2 */
 >     pHalData->PHYRegDef[RF_PATH_B].rfHSSIPara2 = 
rFPGA0_XB_HSSIParameter2;  /* wire control parameter2 */
 >
 >-    /*  Tranceiver Readback LSSI/HSPI mode */
 >+    /*  Transceiver Readback LSSI/HSPI mode */
 >     pHalData->PHYRegDef[RF_PATH_A].rfLSSIReadBack = 
rFPGA0_XA_LSSIReadBack;
 >     pHalData->PHYRegDef[RF_PATH_B].rfLSSIReadBack = 
rFPGA0_XB_LSSIReadBack;
 >     pHalData->PHYRegDef[RF_PATH_A].rfLSSIReadBackPi = 
TransceiverA_HSPI_Readback;
 >

Gentle remainder

Thanks,
Bragathe

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes
       [not found] ` <CAHZF+VZVBkRP6D4xJEhoqKmr9MbjNFJ8A0NZXSwDEMFJhqBc-w@mail.gmail.com>
@ 2023-09-19 19:05   ` Greg KH
  2023-09-19 19:31     ` Bragatheswaran Manickavel
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2023-09-19 19:05 UTC (permalink / raw)
  To: Bragatheswaran Manickavel; +Cc: linux-staging, linux-kernel

On Tue, Sep 19, 2023 at 09:31:48PM +0530, Bragatheswaran Manickavel wrote:
> Gentle reminder !

of what?

> On Sun, 17 Sept 2023 at 19:19, Bragatheswaran Manickavel <
> bragathemanick0908@gmail.com> wrote:

You sent this 2 days ago, for a spelling fix?  Please relax, there is
obviously no rush.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes
  2023-09-19 19:05   ` Greg KH
@ 2023-09-19 19:31     ` Bragatheswaran Manickavel
  0 siblings, 0 replies; 4+ messages in thread
From: Bragatheswaran Manickavel @ 2023-09-19 19:31 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-staging, linux-kernel


On 20/09/23 00:35, Greg KH wrote:
> On Tue, Sep 19, 2023 at 09:31:48PM +0530, Bragatheswaran Manickavel wrote:
>> Gentle reminder !
> of what?
>
Sent this remainder for considering my patch.
>> On Sun, 17 Sept 2023 at 19:19, Bragatheswaran Manickavel <
>> bragathemanick0908@gmail.com> wrote:
> You sent this 2 days ago, for a spelling fix?  Please relax, there is
> obviously no rush.
>
> greg k-h
>
Actually, this was my first patch mail. Just want to make sure, the way 
I sent the patch and other things are fine. Anyway thanks for your response

Thanks,
Bragathe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-19 19:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-17 13:49 [PATCH] staging: rtl8723bs: hal: Fix codespell-reported spelling mistakes Bragatheswaran Manickavel
2023-09-19 17:13 ` Bragatheswaran Manickavel
     [not found] ` <CAHZF+VZVBkRP6D4xJEhoqKmr9MbjNFJ8A0NZXSwDEMFJhqBc-w@mail.gmail.com>
2023-09-19 19:05   ` Greg KH
2023-09-19 19:31     ` Bragatheswaran Manickavel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox