From: Bhaskar Chowdhury Date: Wed, 24 Mar 2021 07:52:04 +0000 (+0530) Subject: sfc-falcon: Fix a typo X-Git-Tag: v5.13-rc1~94^2~419 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bef32aa8e412b2495503134a3c02139151b3ebfc;p=thirdparty%2Flinux.git sfc-falcon: Fix a typo s/maintaning/maintaining/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/sfc/falcon/net_driver.h b/drivers/net/ethernet/sfc/falcon/net_driver.h index a529ff395eadd..a381cf9ec4f3a 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.