Re: [PATCH v3 2/2] selftests/net: replace ternary operator with min()/max()

From: Willem de Bruijn
Date: Thu Aug 24 2023 - 19:28:11 EST


Mahmoud Maatuq wrote:
> Fix the following coccicheck warning:
> tools/testing/selftests/net/udpgso_bench_tx.c:297:18-19: WARNING opportunity for min()
> tools/testing/selftests/net/udpgso_bench_tx.c:354:27-28: WARNING opportunity for min()
> tools/testing/selftests/net/so_txtime.c:129:24-26: WARNING opportunity for max()
> tools/testing/selftests/net/so_txtime.c:96:30-31: WARNING opportunity for max()
>
> Signed-off-by: Mahmoud Maatuq <mahmoudmatook.mm@xxxxxxxxx>

When submitting a new version of a patch, please resubmit the entire
series. I think 1/2 is missing, per patchwork?