gen_init_cpio: add static const qualifiers
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 12 Oct 2021 02:55:14 +0000 (11:55 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 13 Oct 2021 02:00:09 +0000 (02:00 +0000)
commit3510c5cf4276c3d7bafeb20eae64f1a7a6da8fdf
treea80d10fba20210dd6100ad5c6c36a5f59b1d7741
parent88f5e1e66253fc4acd3f68eb4d356fa4653a7bf9
gen_init_cpio: add static const qualifiers

Add 'const' to constant arrays. I also added missing 'static'.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
usr/gen_init_cpio.c