ixgb: Fix typos in comments
authorJiaqing Zhao <jiaqing.zhao@linux.intel.com>
Sat, 28 May 2022 12:31:22 +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/ixgb/ixgb_hw.c

index c8d1e81..98bd326 100644 (file)
@@ -576,7 +576,7 @@ ixgb_rar_set(struct ixgb_hw *hw,
  * Writes a value to the specified offset in the VLAN filter table.
  *
  * hw - Struct containing variables accessed by shared code
- * offset - Offset in VLAN filer table to write
+ * offset - Offset in VLAN filter table to write
  * value - Value to write into VLAN filter table
  *****************************************************************************/
 void
@@ -588,7 +588,7 @@ ixgb_write_vfta(struct ixgb_hw *hw,
 }
 
 /******************************************************************************
- * Clears the VLAN filer table
+ * Clears the VLAN filter table
  *
  * hw - Struct containing variables accessed by shared code
  *****************************************************************************/