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>
This commit is contained in:
Jiang Jian 2022-06-23 18:49:19 +08:00 committed by Tony Nguyen
parent 4d5173c6f6
commit eb6683b622

View File

@ -5161,7 +5161,7 @@ static int ixgbe_hpbthresh(struct ixgbe_adapter *adapter, int pb)
} }
/** /**
* ixgbe_lpbthresh - calculate low water mark for for flow control * ixgbe_lpbthresh - calculate low water mark for flow control
* *
* @adapter: board private structure to calculate for * @adapter: board private structure to calculate for
* @pb: packet buffer to calculate * @pb: packet buffer to calculate