2022-03-17 20:43:57

by Paolo Abeni

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

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 <[email protected]>

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

Paolo