commit | 132f743b01b85b8fae7e1f298bfd81a66b9389a8 | [log] [tgz] |
---|---|---|
author | Antoine Tenart <atenart@kernel.org> | Thu Mar 18 19:37:48 2021 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 18 14:56:22 2021 -0700 |
tree | 9ccb5d4b25d6e73da07745e662023023a48cc17e | |
parent | 402fbb992e13fc57e917ac7c0a07a8a3e2385858 [diff] |
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>