diff options
Diffstat (limited to 'net/core/dev.c')
-rw-r--r-- | net/core/dev.c | 2 |
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); | |||
6010 | * @rxqs: the number of RX subqueues to allocate | 6010 | * @rxqs: the number of RX subqueues to allocate |
6011 | * | 6011 | * |
6012 | * Allocates a struct net_device with private data area for driver use | 6012 | * Allocates a struct net_device with private data area for driver use |
6013 | * and performs basic initialization. Also allocates subquue structs | 6013 | * and performs basic initialization. Also allocates subqueue structs |
6014 | * for each queue on the device. | 6014 | * for each queue on the device. |
6015 | */ | 6015 | */ |
6016 | struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name, | 6016 | struct net_device *alloc_netdev_mqs(int sizeof_priv, const char *name, |