]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: Use swap() instead of open coding it
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thu, 12 May 2022 06:09:05 +0000 (14:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 May 2022 10:26:59 +0000 (11:26 +0100)
commit8a878e715be58fd08dde8947816f60f3ad5bfc0c
tree81d59eb534d4dab10ad39466166a91646aa15abd
parentc71745c57cd486973618e591f945a3c9d2194aa5
net: ethernet: Use swap() instead of open coding it

Clean the following coccicheck warning:

./drivers/net/ethernet/sunplus/spl2sw_driver.c:217:27-28: WARNING
opportunity for swap().

./drivers/net/ethernet/sunplus/spl2sw_driver.c:222:27-28: WARNING
opportunity for swap().

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sunplus/spl2sw_driver.c