diff options
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index e014a737a22e..a7aa892fee3f 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -2521,8 +2521,7 @@ static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter) | |||
2521 | * @adapter: board private structure to initialize | 2521 | * @adapter: board private structure to initialize |
2522 | * | 2522 | * |
2523 | * We allocate one ring per queue at run-time since we don't know the | 2523 | * We allocate one ring per queue at run-time since we don't know the |
2524 | * number of queues at compile-time. The polling_netdev array is | 2524 | * number of queues at compile-time. |
2525 | * intended for Multiqueue, but should work fine with a single queue. | ||
2526 | **/ | 2525 | **/ |
2527 | static int ixgbe_alloc_queues(struct ixgbe_adapter *adapter) | 2526 | static int ixgbe_alloc_queues(struct ixgbe_adapter *adapter) |
2528 | { | 2527 | { |