lkml.org 
[lkml]   [2021]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] tools: Fix a typo in kernel-chktaint
From
Date
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

\
 
 \ /
  Last update: 2021-04-02 17:09    [W:0.045 / U:0.168 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site