diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-24 13:22:04 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-24 15:09:11 -0700 |
commit | bef32aa8e412b2495503134a3c02139151b3ebfc (patch) | |
tree | 7c76326a87007c8c8e66b85f5a4f9e94f6d3718b | |
parent | 536e11f96b03ab6e382e8d13e57506c8d2944fb3 (diff) |
sfc-falcon: Fix a typo
s/maintaning/maintaining/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/sfc/falcon/net_driver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h index a529ff395ead..a381cf9ec4f3 100644 --- a/drivers/net/ethernet/sfc/falcon/net_driver.h +++ b/drivers/net/ethernet/sfc/falcon/net_driver.h @@ -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. |