public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Masami Hiramatsu <mhiramat@kernel.org>
To: Masanari Iida <standby24x7@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools:bootconfig: Fix a typo in scripts/xbc.sh
Date: Tue, 16 Mar 2021 18:53:34 +0900	[thread overview]
Message-ID: <20210316185334.69a89cc41d814a01dd2519a2@kernel.org> (raw)
In-Reply-To: <20210315122019.1743393-1-standby24x7@gmail.com>

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>

      reply	other threads:[~2021-03-16  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210316185334.69a89cc41d814a01dd2519a2@kernel.org \
    --to=mhiramat@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox