ethernet/sun: fix repeated words in comments
Delete the redundant word 'the'. Delete the redundant word 'is'. Delete the redundant word 'start'. Delete the redundant word 'checking'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Link: https://lore.kernel.org/r/20220630130916.21074-1-yuanjilin@cdjrlc.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
1d7f94cdd8
commit
c31788832f
@ -764,7 +764,7 @@
|
||||
* PAUSE thresholds defined in terms of FIFO occupancy and may be translated
|
||||
* into FIFO vacancy using RX_FIFO_SIZE. setting ON will trigger XON frames
|
||||
* when FIFO reaches 0. OFF threshold should not be > size of RX FIFO. max
|
||||
* value is is 0x6F.
|
||||
* value is 0x6F.
|
||||
* DEFAULT: 0x00078
|
||||
*/
|
||||
#define REG_RX_PAUSE_THRESH 0x4020 /* RX pause thresholds */
|
||||
|
Reference in New Issue
Block a user