diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-06-29 17:21:47 +0300 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 21:04:14 +0300 |
commit | 1ca33bf983f306a4ca250831a93b86a11f7552d4 (patch) | |
tree | 19309da8e822920e80d8777fb542aa6c596f7c1b /drivers/net/ethernet/intel/igbvf/igbvf.h | |
parent | 7cdb8cc82ffbf8d1a524d633ca270cd621cfd653 (diff) | |
download | linux-1ca33bf983f306a4ca250831a93b86a11f7552d4.tar.xz |
intel/igbvf:fix repeated words in comments
Delete the redundant word 'on'.
Delete the redundant word 'slot'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igbvf/igbvf.h')
-rw-r--r-- | drivers/net/ethernet/intel/igbvf/igbvf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igbvf/igbvf.h b/drivers/net/ethernet/intel/igbvf/igbvf.h index 975eb47ee04d..57d39ee00b58 100644 --- a/drivers/net/ethernet/intel/igbvf/igbvf.h +++ b/drivers/net/ethernet/intel/igbvf/igbvf.h @@ -227,7 +227,7 @@ struct igbvf_adapter { /* The VF counters don't clear on read so we have to get a base * count on driver start up and always subtract that base on - * on the first update, thus the flag.. + * the first update, thus the flag.. */ struct e1000_vf_stats stats; u64 zero_base; |