]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: drop unexpected word 'for' in comments
authorJiang Jian <jiangjian@cdjrlc.com>
Thu, 23 Jun 2022 10:49:19 +0000 (18:49 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 30 Jun 2022 17:46:42 +0000 (10:46 -0700)
commit3fa9fb10ad7d41b5b2f31c1e890a700b7b99ddad
treebd9fe303118dc4531f5a72bc3eefd09bbc0852cd
parent315e1246c1dd02e8ce6f9642fa40fa20c8f34362
ixgbe: drop unexpected word 'for' in comments

there is an unexpected word 'for' in the comments that need to be dropped

file - drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
line - 5164

 * ixgbe_lpbthresh - calculate low water mark for for flow control

changed to:

 * ixgbe_lpbthresh - calculate low water mark for flow control

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c