]> git.ipfire.org Git - thirdparty/linux.git/commit - usr/gen_init_cpio.c
usr/gen_init_cpio.c: remove unnecessary -1 values from int file
authorLi zeming <zeming@nfschina.com>
Mon, 19 Sep 2022 01:44:06 +0000 (09:44 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:21:44 +0000 (14:21 -0700)
commit462cd7724e2341472c9f9670ac88e250788d4c82
tree7a7d9a8fc5d9edc4876745b706bd20b70b3414f2
parent72d1e611082eda18689106a0c192f2827072713c
usr/gen_init_cpio.c: remove unnecessary -1 values from int file

The file variable is assigned first, it does not need to be initialized.

Link: https://lkml.kernel.org/r/20220919014406.3242-1-zeming@nfschina.com
Signed-off-by: Li zeming <zeming@nfschina.com>
Cc: Li zeming <zeming@nfschina.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Nicolas Schier <nicolas@fjasle.eu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
usr/gen_init_cpio.c