diff options
| author | 2022-02-23 15:54:23 +0800 | |
|---|---|---|
| committer | 2022-02-24 17:53:55 +1100 | |
| commit | 8a0edc72bec25fa62450bfef1a150483558e1289 (patch) | |
| tree | 72a262367732b6cb570baefda970bc2e491aaeeb /tools/perf/scripts/python | |
| parent | powerpc/64s/hash: Make hash faults work in NMI context (diff) | |
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/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
