linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools: Fix a typo in kernel-chktaint
@ 2021-04-02  7:05 Masanari Iida
  2021-04-02 15:07 ` Randy Dunlap
  2021-04-08 17:41 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2021-04-02  7:05 UTC (permalink / raw)
  To: linux-kernel, corbet, rdunlap; +Cc: Masanari Iida

This patch fixes a spelling typo in kernel-chktaint

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 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
-- 
2.25.0


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

* Re: [PATCH] tools: Fix a typo in kernel-chktaint
  2021-04-02  7:05 [PATCH] tools: Fix a typo in kernel-chktaint Masanari Iida
@ 2021-04-02 15:07 ` Randy Dunlap
  2021-04-08 17:41 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2021-04-02 15:07 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, corbet

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


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

* Re: [PATCH] tools: Fix a typo in kernel-chktaint
  2021-04-02  7:05 [PATCH] tools: Fix a typo in kernel-chktaint Masanari Iida
  2021-04-02 15:07 ` Randy Dunlap
@ 2021-04-08 17:41 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-04-08 17:41 UTC (permalink / raw)
  To: Masanari Iida, linux-kernel, rdunlap; +Cc: Masanari Iida

Masanari Iida <standby24x7@gmail.com> writes:

> This patch fixes a spelling typo in kernel-chktaint
>
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  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

Applied, thanks.

jon

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

end of thread, other threads:[~2021-04-08 17:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  7:05 [PATCH] tools: Fix a typo in kernel-chktaint Masanari Iida
2021-04-02 15:07 ` Randy Dunlap
2021-04-08 17:41 ` Jonathan Corbet

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