mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
ixgb: Fix typos in comments
"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>
This commit is contained in:
committed by
Tony Nguyen
parent
a66c464690
commit
864f1f9e88
@@ -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
|
||||
*****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user