modpost: remove redundant initializes for static variables
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Apr 2022 11:33:53 +0000 (20:33 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 7 May 2022 18:16:58 +0000 (03:16 +0900)
commitb5f1a52a59eb810f68c96d1cea7cf1256c39956c
tree7a8e3d6eafbfdb49925b9a704d153813c4b29b95
parent535b3e05f435698f8f661d9e6449beb5791fff59
modpost: remove redundant initializes for static variables

These are initialized with zeros without explicit initializers.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/mod/modpost.c