Re: [PATCH] selftests: net: fix array_size.cocci warning

From: Paolo Abeni
Date: Thu Mar 17 2022 - 11:23:07 EST


On Wed, 2022-03-16 at 17:28 +0800, Guo Zhengkui wrote:
> Fix array_size.cocci warning in tools/testing/selftests/net.
>
> Use `ARRAY_SIZE(arr)` instead of forms like `sizeof(arr)/sizeof(arr[0])`.
>
> It has been tested with gcc (Debian 8.3.0-6) 8.3.0.
>
> Signed-off-by: Guo Zhengkui <guozhengkui@xxxxxxxx>

This landed to net-next. Next time please specify a target tree in the
patch subj, thanks!

Paolo