Commit c098564d authored by Colin Ian King's avatar Colin Ian King Committed by Jonathan Corbet
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210613202059.80403-1-colin.king@canonical.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent acda97ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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#