All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
	linux-kernel@vger.kernel.org, corbet@lwn.net
Subject: Re: [PATCH] tools: Fix a typo in kernel-chktaint
Date: Fri, 2 Apr 2021 08:07:56 -0700	[thread overview]
Message-ID: <d12dfced-ab61-fe21-69ab-2210108e1dd6@infradead.org> (raw)
In-Reply-To: <20210402070514.336376-1-standby24x7@gmail.com>

On 4/2/21 12:05 AM, Masanari Iida wrote:
> This patch fixes a spelling typo in kernel-chktaint
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

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

Thanks.

> ---
>  tools/debugging/kernel-chktaint | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/debugging/kernel-chktaint b/tools/debugging/kernel-chktaint
> index 607b2b280945..719f18b1edf0 100755
> --- a/tools/debugging/kernel-chktaint
> +++ b/tools/debugging/kernel-chktaint
> @@ -25,7 +25,7 @@ if [ "$1"x != "x" ]; then
>  	elif  [ $1 -ge 0 ] 2>/dev/null ; then
>  		taint=$1
>  	else
> -		echo "Error: Parameter '$1' not a positive interger. Aborting." >&2
> +		echo "Error: Parameter '$1' not a positive integer. Aborting." >&2
>  		exit 1
>  	fi
>  else
> 


-- 
~Randy


  reply	other threads:[~2021-04-02 15:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02  7:05 [PATCH] tools: Fix a typo in kernel-chktaint Masanari Iida
2021-04-02 15:07 ` Randy Dunlap [this message]
2021-04-08 17:41 ` Jonathan Corbet

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=d12dfced-ab61-fe21-69ab-2210108e1dd6@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=corbet@lwn.net \
    --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 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.