Skip to content

Commit

Permalink
Fix comment typo for alloc_netdev_mqs()
Browse files Browse the repository at this point in the history
it seems subquue should be subqueue here

Signed-off-by: Li Zhong <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Li Zhong authored and Jiri Kosina committed Dec 2, 2013
1 parent ca0bdbb commit 90e51ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 90e51ad

Please sign in to comment.