staging: r8188eu: Fix misspelling in comment "Tranceiver" -> "Transceiver"
authorHaowen Bai <baihaowen@meizu.com>
Wed, 30 Mar 2022 07:27:21 +0000 (15:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Apr 2022 05:33:48 +0000 (07:33 +0200)
This patch fixes some spelling typo in error message reported by
checkpatch.pl

WARNING: 'Tranceiver' may be misspelled - perhaps 'Transceiver'?
WARNING: 'Tranceiver' may be misspelled - perhaps 'Transceiver'?
WARNING: 'Tranceiver' may be misspelled - perhaps 'Transceiver'?
WARNING: 'Tranceiver' may be misspelled - perhaps 'Transceiver'?

Signed-off-by: Haowen Bai <baihaowen@meizu.com>
Link: https://lore.kernel.org/r/1648625242-12678-1-git-send-email-baihaowen@meizu.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_phycfg.c

index ea75ff11ad17c5f815604523b0b6455cde65de03..4864dafd887b91f29950a79a891735c282037710 100644 (file)
@@ -378,10 +378,10 @@ phy_InitBBRFRegisterDefinition(
        /*  Tx AGC Gain Stage (same for all path. Should we remove this?) */
        pHalData->PHYRegDef.rfTxGainStage = rFPGA0_TxGainStage; /* Tx gain stage */
 
-       /*  Tranceiver A~D HSSI Parameter-1 */
+       /*  Transceiver A~D HSSI Parameter-1 */
        pHalData->PHYRegDef.rfHSSIPara1 = rFPGA0_XA_HSSIParameter1;  /* wire control parameter1 */
 
-       /*  Tranceiver A~D HSSI Parameter-2 */
+       /*  Transceiver A~D HSSI Parameter-2 */
        pHalData->PHYRegDef.rfHSSIPara2 = rFPGA0_XA_HSSIParameter2;  /* wire control parameter2 */
 
        /*  RF switch Control */
@@ -405,10 +405,10 @@ phy_InitBBRFRegisterDefinition(
        /*  Tx AFE control 2 */
        pHalData->PHYRegDef.rfTxAFE = rOFDM0_XATxAFE;
 
-       /*  Tranceiver LSSI Readback SI mode */
+       /*  Transceiver LSSI Readback SI mode */
        pHalData->PHYRegDef.rfLSSIReadBack = rFPGA0_XA_LSSIReadBack;
 
-       /*  Tranceiver LSSI Readback PI mode */
+       /*  Transceiver LSSI Readback PI mode */
        pHalData->PHYRegDef.rfLSSIReadBackPi = TransceiverA_HSPI_Readback;
 }