Skip to content

Commit

Permalink
sfc-falcon: Fix a typo
Browse files Browse the repository at this point in the history
s/maintaning/maintaining/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
unixbhaskar authored and davem330 committed Mar 24, 2021
1 parent 536e11f commit bef32aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/sfc/falcon/net_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ union ef4_multicast_hash {
* struct ef4_nic - an Efx NIC
* @name: Device name (net device name or bus id before net device registered)
* @pci_dev: The PCI device
* @node: List node for maintaning primary/secondary function lists
* @node: List node for maintaining primary/secondary function lists
* @primary: &struct ef4_nic instance for the primary function of this
* controller. May be the same structure, and may be %NULL if no
* primary function is bound. Serialised by rtnl_lock.
Expand Down

0 comments on commit bef32aa

Please sign in to comment.