mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Fix the following coccicheck warning: tools/testing/selftests/vDSO/vdso_test_correctness.c:309:46-47: WARNING: Use ARRAY_SIZE tools/testing/selftests/vDSO/vdso_test_correctness.c:373:46-47: WARNING: Use ARRAY_SIZE It has been tested with gcc (Debian 8.3.0-6) 8.3.0 on x86_64. Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| parse_vdso.c | ||
| parse_vdso.h | ||
| vdso_config.h | ||
| vdso_standalone_test_x86.c | ||
| vdso_test_abi.c | ||
| vdso_test_clock_getres.c | ||
| vdso_test_correctness.c | ||
| vdso_test_getcpu.c | ||
| vdso_test_gettimeofday.c | ||