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)
commiteb6683b622c5a580adb5cca4f3f759669c7bd49c
treebd9fe303118dc4531f5a72bc3eefd09bbc0852cd
parent4d5173c6f6ebb103bd0fd6ed91ab8a7af9f9ff7e
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