Commit 864f1f9e authored by Jiaqing Zhao's avatar Jiaqing Zhao Committed by Tony Nguyen
Browse files

ixgb: Fix typos in comments



"VLAN filter" was misspelled as "VLAN filer" in some comments.

Signed-off-by: default avatarJiaqing Zhao <jiaqing.zhao@linux.intel.com>
Signed-off-by: default avatarTony Nguyen <anthony.l.nguyen@intel.com>
parent a66c4646
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
 *****************************************************************************/