Skip to content

Commit 4f8a3ff

Browse files
Dipendra333gregkh
authored andcommitted
drivers: staging: rtl8712: Fixes spelling mistake in rtl871x_mp_phy_regdef.h
The script checkpatch.pl reported spelling error in rtl871x_mp_phy_regdef.h as below: ''' WARNING: 'Tranceiver' may be misspelled - perhaps 'Transceiver'? torvalds#129: #define rFPGA0_XA_LSSIReadBack 0x8a0 /* Tranceiver LSSI Readback */ ^^^^^^^^^^ ''' This patch corrects a spelling error, changing "Tranceiver" to "Transceiver." Signed-off-by: Dipendra Khadka <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a99ead4 commit 4f8a3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8712/rtl871x_mp_phy_regdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#define rFPGA0_AnalogParameter3 0x888 /* Useless now */
127127
#define rFPGA0_AnalogParameter4 0x88c
128128

129-
#define rFPGA0_XA_LSSIReadBack 0x8a0 /* Tranceiver LSSI Readback */
129+
#define rFPGA0_XA_LSSIReadBack 0x8a0 /* Transceiver LSSI Readback */
130130
#define rFPGA0_XB_LSSIReadBack 0x8a4
131131
#define rFPGA0_XC_LSSIReadBack 0x8a8
132132
#define rFPGA0_XD_LSSIReadBack 0x8ac

0 commit comments

Comments
 (0)