mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00: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:
parent
a66c464690
commit
864f1f9e88
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*****************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue