]> Git Repo - J-linux.git/commitdiff
ixgb: Fix typos in comments
authorJiaqing Zhao <[email protected]>
Sat, 28 May 2022 12:31:22 +0000 (20:31 +0800)
committerTony Nguyen <[email protected]>
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 <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
drivers/net/ethernet/intel/ixgb/ixgb_hw.c

index c8d1e815ec6bc201ffee70ed23e0fb9f9248e706..98bd3267b99b13f671df91f5d2fed9fa6a1f3e46 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
  *****************************************************************************/
This page took 0.060999 seconds and 4 git commands to generate.