All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools: Fix "the the" in a message in kernel-chktaint
@ 2021-06-13 20:20 Colin King
  2021-06-13 23:01 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2021-06-13 20:20 UTC (permalink / raw)
  To: Jonathan Corbet, Randy Dunlap, Mathieu Chouquet-Stringer
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a double "the" in a message in kernel-chktaint, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.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 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"
 echo " or https://kernel.org/doc/html/latest/admin-guide/tainted-kernels.html"
 echo "Raw taint value as int/string: $taint/'$out'"
 #EOF#
-- 
2.31.1


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

* Re: [PATCH] tools: Fix "the the" in a message in kernel-chktaint
  2021-06-13 20:20 [PATCH] tools: Fix "the the" in a message in kernel-chktaint Colin King
@ 2021-06-13 23:01 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-06-13 23:01 UTC (permalink / raw)
  To: Colin King, Randy Dunlap, Mathieu Chouquet-Stringer
  Cc: kernel-janitors, linux-kernel

Colin King <colin.king@canonical.com> writes:

> From: Colin Ian King <colin.king@canonical.com>
>
> There is a double "the" in a message in kernel-chktaint, fix it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.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 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

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

end of thread, other threads:[~2021-06-13 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 20:20 [PATCH] tools: Fix "the the" in a message in kernel-chktaint Colin King
2021-06-13 23:01 ` Jonathan Corbet

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.