Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 90e51adf authored by Li Zhong's avatar Li Zhong Committed by Jiri Kosina
Browse files

Fix comment typo for alloc_netdev_mqs()



it seems subquue should be subqueue here

Signed-off-by: default avatarLi Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ca0bdbb5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,