ixgbe: Fix typos in comments
authorJiaqing Zhao <jiaqing.zhao@linux.intel.com>
Sat, 28 May 2022 12:31:23 +0000 (20:31 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 9 Jun 2022 17:05:31 +0000 (10:05 -0700)
"VLAN filter" was misspelled as "VLAN filer" in some comments.

Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c

index 95c92fe890a14d74424a2b4324a3c06b5f3fdd39..100388968e4dbd7f0b7eff1f1b5941f2a7c5ca90 100644 (file)
@@ -879,7 +879,7 @@ static s32 ixgbe_set_vfta_82598(struct ixgbe_hw *hw, u32 vlan, u32 vind,
  *  ixgbe_clear_vfta_82598 - Clear VLAN filter table
  *  @hw: pointer to hardware structure
  *
- *  Clears the VLAN filer table, and the VMDq index associated with the filter
+ *  Clears the VLAN filter table, and the VMDq index associated with the filter
  **/
 static s32 ixgbe_clear_vfta_82598(struct ixgbe_hw *hw)
 {
index 4c26c4b92f07ac5c5006caa3eb851e4b811b3dfa..38c4609bd42928bb71d272bfe4c27f897807f0e5 100644 (file)
@@ -3237,7 +3237,7 @@ vfta_update:
  *  ixgbe_clear_vfta_generic - Clear VLAN filter table
  *  @hw: pointer to hardware structure
  *
- *  Clears the VLAN filer table, and the VMDq index associated with the filter
+ *  Clears the VLAN filter table, and the VMDq index associated with the filter
  **/
 s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
 {