All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh
@ 2021-03-15 12:20 Masanari Iida
  2021-03-16  9:53 ` Masami Hiramatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2021-03-15 12:20 UTC (permalink / raw)
  To: linux-kernel, mhiramat; +Cc: Masanari Iida

This patch fixes a spelling typo in tools/bootconfig/scripts/xbc.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 tools/bootconfig/scripts/xbc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bootconfig/scripts/xbc.sh b/tools/bootconfig/scripts/xbc.sh
index b8c84e654556..808510f6c168 100644
--- a/tools/bootconfig/scripts/xbc.sh
+++ b/tools/bootconfig/scripts/xbc.sh
@@ -9,7 +9,7 @@ BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
 if [ ! -x "$BOOTCONFIG" ]; then
 	BOOTCONFIG=`which bootconfig`
 	if [ -z "$BOOTCONFIG" ]; then
-		echo "Erorr: bootconfig command is not found" 1>&2
+		echo "Error: bootconfig command is not found" 1>&2
 		exit 1
 	fi
 fi
-- 
2.25.0


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

* Re: [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh
  2021-03-15 12:20 [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh Masanari Iida
@ 2021-03-16  9:53 ` Masami Hiramatsu
  0 siblings, 0 replies; 2+ messages in thread
From: Masami Hiramatsu @ 2021-03-16  9:53 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel

On Mon, 15 Mar 2021 21:20:19 +0900
Masanari Iida <standby24x7@gmail.com> wrote:

> This patch fixes a spelling typo in tools/bootconfig/scripts/xbc.sh
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Oops, good catch!

Acked-by: Masami Hiramatsu <mhiramat@kernel.org>

Thanks!

> ---
>  tools/bootconfig/scripts/xbc.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/bootconfig/scripts/xbc.sh b/tools/bootconfig/scripts/xbc.sh
> index b8c84e654556..808510f6c168 100644
> --- a/tools/bootconfig/scripts/xbc.sh
> +++ b/tools/bootconfig/scripts/xbc.sh
> @@ -9,7 +9,7 @@ BOOTCONFIG=${BOOTCONFIG:=$XBC_BASEDIR/../bootconfig}
>  if [ ! -x "$BOOTCONFIG" ]; then
>  	BOOTCONFIG=`which bootconfig`
>  	if [ -z "$BOOTCONFIG" ]; then
> -		echo "Erorr: bootconfig command is not found" 1>&2
> +		echo "Error: bootconfig command is not found" 1>&2
>  		exit 1
>  	fi
>  fi
> -- 
> 2.25.0
> 


-- 
Masami Hiramatsu <mhiramat@kernel.org>

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 12:20 [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh Masanari Iida
2021-03-16  9:53 ` Masami Hiramatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.