mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
fm10k: TRIVIAL fix typo in fm10k_netdev.c
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
e71c931842
commit
5c2d642fd0
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ void fm10k_restore_rx_state(struct fm10k_intfc *interface)
|
|||
vid, true, 0);
|
||||
}
|
||||
|
||||
/* update xcast mode before syncronizing addresses */
|
||||
/* update xcast mode before synchronizing addresses */
|
||||
hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode);
|
||||
|
||||
/* synchronize all of the addresses */
|
||||
|
|
Loading…
Reference in a new issue