diff options
author | Guo Zhengkui <guozhengkui@vivo.com> | 2022-02-23 15:54:23 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-02-24 17:53:55 +1100 |
commit | 8a0edc72bec25fa62450bfef1a150483558e1289 (patch) | |
tree | 72a262367732b6cb570baefda970bc2e491aaeeb /tools/testing/selftests/rcutorture | |
parent | 8b91cee5eadd2021f55e6775f2d50bd56d00c217 (diff) | |
download | linux-8a0edc72bec25fa62450bfef1a150483558e1289.tar.bz2 |
powerpc/module_64: fix array_size.cocci warning
Fix following coccicheck warning:
./arch/powerpc/kernel/module_64.c:432:40-41: WARNING: Use ARRAY_SIZE.
ARRAY_SIZE(arr) is a macro provided by the kernel. It makes sure that arr
is an array, so it's safer than sizeof(arr) / sizeof(arr[0]) and more
standard.
Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Reviewed-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220223075426.20939-1-guozhengkui@vivo.com
Diffstat (limited to 'tools/testing/selftests/rcutorture')
0 files changed, 0 insertions, 0 deletions