linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools: bootconfig:  Fix a spelling messge to message in echo statement
@ 2021-02-03 14:34 Bhaskar Chowdhury
  2021-02-03 16:53 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-03 14:34 UTC (permalink / raw)
  To: mhiramat, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/messge/message/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools: bootconfig: Fix a spelling messge to message in echo statement
  2021-02-03 14:34 [PATCH] tools: bootconfig: Fix a spelling messge to message in echo statement Bhaskar Chowdhury
@ 2021-02-03 16:53 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-02-03 16:53 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mhiramat, linux-kernel, Steven Rostedt

On 2/3/21 6:34 AM, Bhaskar Chowdhury wrote:
> 
> s/messge/message/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  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
> 


-- 
~Randy


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-03 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 14:34 [PATCH] tools: bootconfig: Fix a spelling messge to message in echo statement Bhaskar Chowdhury
2021-02-03 16:53 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).