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