Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

intel/e1000:fix repeated words in comments

Delete the redundant word 'frames'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>

authored by

Jilin Yuan and committed by
Tony Nguyen
38f0430e eb6683b6

+1 -1
+1 -1
drivers/net/ethernet/intel/e1000/e1000_hw.c
··· 2000 2000 * 1: Rx flow control is enabled (we can receive pause 2001 2001 * frames but not send pause frames). 2002 2002 * 2: Tx flow control is enabled (we can send pause frames 2003 - * frames but we do not receive pause frames). 2003 + * but we do not receive pause frames). 2004 2004 * 3: Both Rx and TX flow control (symmetric) is enabled. 2005 2005 * other: No other values should be possible at this point. 2006 2006 */