diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-06-29 22:08:24 +0800 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 14:22:16 -0700 |
commit | 173e468c717c4f422e3785d6bc95a85c456faece (patch) | |
tree | ab4a46e65a788971957d69ce7fb02d7d2fbb0e11 /drivers/net/ethernet/intel/ice/ice_flex_pipe.c | |
parent | 8bfb7869ec3760f3d81f0d0900431a750cd0642b (diff) | |
download | linux-173e468c717c4f422e3785d6bc95a85c456faece.tar.gz linux-173e468c717c4f422e3785d6bc95a85c456faece.tar.bz2 linux-173e468c717c4f422e3785d6bc95a85c456faece.zip |
intel/ice:fix repeated words in comments
Delete the redundant word 'a'.
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/ice/ice_flex_pipe.c')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_flex_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_flex_pipe.c b/drivers/net/ethernet/intel/ice/ice_flex_pipe.c index c73cdab44f70..ada5198b5b16 100644 --- a/drivers/net/ethernet/intel/ice/ice_flex_pipe.c +++ b/drivers/net/ethernet/intel/ice/ice_flex_pipe.c @@ -2639,7 +2639,7 @@ ice_ptg_remove_ptype(struct ice_hw *hw, enum ice_block blk, u16 ptype, u8 ptg) * * This function will either add or move a ptype to a particular PTG depending * on if the ptype is already part of another group. Note that using a - * a destination PTG ID of ICE_DEFAULT_PTG (0) will move the ptype to the + * destination PTG ID of ICE_DEFAULT_PTG (0) will move the ptype to the * default PTG. */ static int |