Re: [PATCH] tools: Fix "the the" in a message in kernel-chktaint

From: Jonathan Corbet
Date: Sun Jun 13 2021 - 19:01:37 EST


Colin King <colin.king@xxxxxxxxxxxxx> writes:

> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a double "the" in a message in kernel-chktaint, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> 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 719f18b1edf0..f1af27ce9f20 100755
> --- a/tools/debugging/kernel-chktaint
> +++ b/tools/debugging/kernel-chktaint
> @@ -196,7 +196,7 @@ else
> fi
>
> echo "For a more detailed explanation of the various taint flags see"
> -echo " Documentation/admin-guide/tainted-kernels.rst in the the Linux kernel sources"
> +echo " Documentation/admin-guide/tainted-kernels.rst in the Linux kernel sources"

Applied, thanks.

jon