extract-cert: add static to local data
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 29 Jul 2020 03:18:45 +0000 (12:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 18 Aug 2020 11:16:46 +0000 (20:16 +0900)
commit1dbcf46d516b3ab9b114ffcb7b8a55ee5e375523
tree8cbc213cba5c88da6b44d1225712233d4d58765d
parenta97ea93ed5b64704a2171c505355c12ab427b1b1
extract-cert: add static to local data

Fix the following warning from sparse:

  scripts/extract-cert.c:74:5: warning: symbol 'kbuild_verbose' was not declared. Should it be static?

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/extract-cert.c