Re: [PATCH] selftests/bpf: use swap() to make code cleaner

From: Alexei Starovoitov
Date: Fri Nov 12 2021 - 00:07:05 EST


On Thu, Nov 11, 2021 at 7:27 PM Yihao Han <hanyihao@xxxxxxxx> wrote:
>
> Use the macro 'swap()' defined in 'include/linux/minmax.h' to avoid
> opencoding it.
>
> Signed-off-by: Yihao Han <hanyihao@xxxxxxxx>

The point of the selftest is to open code it.