aboutsummaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-01-05 00:02:28 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2020-01-14 10:42:44 +0900
commita4c968e70f68d81276def017fcb1468e3930aa1d (patch)
tree775b8e90d239cd37a5a32c81d2d7ebaa3dba81d0 /usr
parentgen_initramfs_list.sh: remove unused variable 'default_list' (diff)
downloadlinux-dev-a4c968e70f68d81276def017fcb1468e3930aa1d.tar.xz
linux-dev-a4c968e70f68d81276def017fcb1468e3930aa1d.zip
gen_initramfs_list.sh: fix the tool name in the comment
There is no tool named "gen_initramfs". The correct name is "gen_init_cpio". Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Greg Thelen <gthelen@google.com>
Diffstat (limited to 'usr')
-rwxr-xr-xusr/gen_initramfs_list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/gen_initramfs_list.sh b/usr/gen_initramfs_list.sh
index 909a7b865aa7..1fd93414fb37 100755
--- a/usr/gen_initramfs_list.sh
+++ b/usr/gen_initramfs_list.sh
@@ -189,7 +189,7 @@ dir_filelist() {
# if only one file is specified and it is .cpio file then use it direct as fs
# if a directory is specified then add all files in given direcotry to fs
-# if a regular file is specified assume it is in gen_initramfs format
+# if a regular file is specified assume it is in gen_init_cpio format
input_file() {
source="$1"
if [ -f "$1" ]; then