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

Commit a4d2f34b authored by Wang Chen's avatar Wang Chen Committed by David S. Miller
Browse files

ixgbe: function comment typo



Seems the ixgbe's code was copied from e1000.
The comment talks about something not exist.

Signed-off-by: default avatarWang Chen <wangchen@cn.fujitsu.com>
Acked-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e4e6c38c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2521,8 +2521,7 @@ static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter)
 * @adapter: board private structure to initialize
 *
 * We allocate one ring per queue at run-time since we don't know the
 * number of queues at compile-time.  The polling_netdev array is
 * intended for Multiqueue, but should work fine with a single queue.
 * number of queues at compile-time.
 **/
static int ixgbe_alloc_queues(struct ixgbe_adapter *adapter)
{