kallsyms: use `ARRAY_SIZE` instead of hardcoded size
authorBoqun Feng <boqun.feng@gmail.com>
Wed, 27 Jul 2022 15:58:20 +0000 (17:58 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 28 Sep 2022 06:54:17 +0000 (08:54 +0200)
commitb66c874fdb6653aefb3019aeaa9b9f8c1aadd6a0
treebe669d54a0c7dfaf9ebe8fb64c0125603d705f84
parentf76349cf41451c5c42a99f18a9163377e4b364ff
kallsyms: use `ARRAY_SIZE` instead of hardcoded size

This removes one place where the `500` constant is hardcoded.

Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Geert Stappers <stappers@stappers.nl>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Co-developed-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
scripts/kallsyms.c