[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210203143425.19595-1-unixbhaskar@gmail.com>
Date: Wed, 3 Feb 2021 20:04:25 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: mhiramat@...nel.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] tools: bootconfig: Fix a spelling messge to message in echo statement
s/messge/message/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
tools/bootconfig/test-bootconfig.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/bootconfig/test-bootconfig.sh b/tools/bootconfig/test-bootconfig.sh
index baed891d0ba4..08b14ff0070c 100755
--- a/tools/bootconfig/test-bootconfig.sh
+++ b/tools/bootconfig/test-bootconfig.sh
@@ -78,7 +78,7 @@ echo "File size check"
new_size=$(stat -c %s $INITRD)
xpass test $new_size -eq $initrd_size
-echo "No error messge while applying"
+echo "No error message while applying"
dd if=/dev/zero of=$INITRD bs=4096 count=1
printf " \0\0\0 \0\0\0" >> $INITRD
$BOOTCONF -a $TEMPCONF $INITRD > $OUTFILE 2>&1
--
2.26.2
Powered by blists - more mailing lists