diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-06-13 21:20:59 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-06-13 17:01:17 -0600 |
commit | c098564d91c55d408ed31e8885b915a5e2006249 (patch) | |
tree | 33b96620d45b582fff18c742aea56a9c92beaf61 /tools | |
parent | acda97acb2e98c97895d81d20494bf6a4bc67c6c (diff) | |
download | linux-stable-c098564d91c55d408ed31e8885b915a5e2006249.tar.gz linux-stable-c098564d91c55d408ed31e8885b915a5e2006249.tar.bz2 linux-stable-c098564d91c55d408ed31e8885b915a5e2006249.zip |
tools: Fix "the the" in a message in kernel-chktaint
There is a double "the" in a message in kernel-chktaint, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210613202059.80403-1-colin.king@canonical.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/debugging/kernel-chktaint | 2 |
1 files changed, 1 insertions, 1 deletions
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# |