[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230113153936.529-1-antonio.feijoo@suse.com>
Date: Fri, 13 Jan 2023 16:39:36 +0100
From: Antonio Alvarez Feijoo <antonio.feijoo@...e.com>
To: linux-kernel@...r.kernel.org
Cc: Antonio Alvarez Feijoo <antonio.feijoo@...e.com>
Subject: [PATCH] gen_initramfs.sh: replace spaces with tab
Clean up indentation, replace spaces with tab.
Signed-off-by: Antonio Alvarez Feijoo <antonio.feijoo@...e.com>
---
usr/gen_initramfs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr/gen_initramfs.sh b/usr/gen_initramfs.sh
index 63476bb70b41..159992a45196 100755
--- a/usr/gen_initramfs.sh
+++ b/usr/gen_initramfs.sh
@@ -170,7 +170,7 @@ input_file() {
print_mtime "$1" >> $cpio_list
cat "$1" >> $cpio_list
if [ -n "$dep_list" ]; then
- echo "$1 \\" >> $dep_list
+ echo "$1 \\" >> $dep_list
cat "$1" | while read type dir file perm ; do
if [ "$type" = "file" ]; then
echo "$file \\" >> $dep_list
--
2.35.3
Powered by blists - more mailing lists