Commit 5255cdc3 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723bs: Mundane typo fixes



s/stoping/stopping/
s/arragement/arrangement/
s/eralier/earlier/

Plus one extra word in the sentence "the" removed.

Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210322201648.137317-1-unixbhaskar@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 13b41b57
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1002,9 +1002,9 @@ Current IOREG MAP
	/* 		 8192C (TXPAUSE) transmission pause	(Offset 0x522, 8 bits) */
	/* 		 8192C (TXPAUSE) transmission pause	(Offset 0x522, 8 bits) */
	/*  */
	/*  */
/*  Note: */
/*  Note: */
/* 	The the bits of stoping AC(VO/VI/BE/BK) queue in datasheet RTL8192S/RTL8192C are wrong, */
/* 	The  bits of stopping AC(VO/VI/BE/BK) queue in datasheet RTL8192S/RTL8192C are wrong, */
/* 	the correct arragement is VO - Bit0, VI - Bit1, BE - Bit2, and BK - Bit3. */
/* 	the correct arrangement is VO - Bit0, VI - Bit1, BE - Bit2, and BK - Bit3. */
/* 	8723 and 88E may be not correct either in the eralier version. Confirmed with DD Tim. */
/* 	8723 and 88E may be not correct either in the earlier version. Confirmed with DD Tim. */
/*  By Bruce, 2011-09-22. */
/*  By Bruce, 2011-09-22. */
#define StopBecon		BIT6
#define StopBecon		BIT6
#define StopHigh			BIT5
#define StopHigh			BIT5