summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorLi Zhong2013-11-22 08:04:46 +0100
committerJiri Kosina2013-12-02 14:52:15 +0100
commit90e51adf16db137d9b61eea952af32ee2f454c41 (patch)
treef57050fe1a8baa33d756612c1f1666006bb97221 /net
parentcgroup, doc: make cgroup_disable doc more accurate (diff)
downloadkernel-qcow2-linux-90e51adf16db137d9b61eea952af32ee2f454c41.tar.gz
kernel-qcow2-linux-90e51adf16db137d9b61eea952af32ee2f454c41.tar.xz
kernel-qcow2-linux-90e51adf16db137d9b61eea952af32ee2f454c41.zip
Fix comment typo for alloc_netdev_mqs()
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>
Diffstat (limited to 'net')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 5c713f2239cc..e3457181e2e2 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -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,