net: improve queue removal readability in __netif_set_xps_queue
authorAntoine Tenart <atenart@kernel.org>
Thu, 18 Mar 2021 18:37:48 +0000 (19:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Mar 2021 21:56:22 +0000 (14:56 -0700)
commit132f743b01b85b8fae7e1f298bfd81a66b9389a8
tree9ccb5d4b25d6e73da07745e662023023a48cc17e
parent402fbb992e13fc57e917ac7c0a07a8a3e2385858
net: improve queue removal readability in __netif_set_xps_queue

Improve the readability of the loop removing tx-queue from unused
CPUs/rx-queues in __netif_set_xps_queue. The change should only be
cosmetic.

Signed-off-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c