Fix comment typo for alloc_netdev_mqs()
authorLi Zhong <zhong@linux.vnet.ibm.com>
Fri, 22 Nov 2013 07:04:46 +0000 (15:04 +0800)
committerJiri Kosina <jkosina@suse.cz>
Mon, 2 Dec 2013 13:52:15 +0000 (14:52 +0100)
it seems subquue should be subqueue here

Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
net/core/dev.c

index 5c713f2239cc6245d230d2e35e243bbee7339761..e3457181e2e23f5ea40254f318ed3a285781b7b6 100644 (file)
@@ -6010,7 +6010,7 @@ EXPORT_SYMBOL_GPL(netdev_set_default_ethtool_ops);
  *     @rxqs:          the number of RX subqueues to allocate
  *
  *     Allocates a struct net_device with private data area for driver use
- *     and performs basic initialization.  Also allocates subquue structs
+ *     and performs basic initialization.  Also allocates subqueue structs
  *     for each queue on the device.
  */
 struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name,