Hello:
This patch was applied to netdev/net-next.git (master) by Paolo Abeni pabeni@redhat.com:
On Wed, 16 Mar 2022 17:28:57 +0800 you 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@vivo.com
[...]
Here is the summary with links: - selftests: net: fix array_size.cocci warning https://git.kernel.org/netdev/net-next/c/1abea24af42c
You are awesome, thank you!