]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit066d541f07109cc63e8c3ccdb27f297cfc42292e
tree9ccb5d4b25d6e73da07745e662023023a48cc17e
parentcbd2d0ad86bc22f00003cfca781f78e3793ac7e2
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