commit | 311107bdecd158870ab8556fd1289a56a6087bad | [log] [tgz] |
---|---|---|
author | Yihao Han <hanyihao@vivo.com> | Sun Nov 14 22:58:16 2021 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 15 14:19:17 2021 +0000 |
tree | 6825920e051f65376ac3781e37fc950065856323 | |
parent | 9ed941178ce9894ecd0e06aebf7a3c43841817aa [diff] |
net: fddi: use swap() to make code cleaner Use the macro 'swap()' defined in 'include/linux/minmax.h' to avoid opencoding it. Signed-off-by: Yihao Han <hanyihao@vivo.com> Signed-off-by: David S. Miller <davem@davemloft.net>