projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acda97a
)
tools: Fix "the the" in a message in kernel-chktaint
author
Colin Ian King
<colin.king@canonical.com>
Sun, 13 Jun 2021 20:20:59 +0000
(21:20 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Sun, 13 Jun 2021 23:01:17 +0000
(17:01 -0600)
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>
tools/debugging/kernel-chktaint
patch
|
blob
|
history
diff --git
a/tools/debugging/kernel-chktaint
b/tools/debugging/kernel-chktaint
index
719f18b
..
f1af27c
100755
(executable)
--- 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#