]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
sfc-falcon: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Wed, 24 Mar 2021 07:52:04 +0000 (13:22 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Mar 2021 22:09:11 +0000 (15:09 -0700)
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>
drivers/net/ethernet/sfc/falcon/net_driver.h

index a529ff395eadd79ad11ed853c57743bd60cc090a..a381cf9ec4f3a3d2cf47b7ee7b1a750217c0da06 100644 (file)
@@ -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.