lkml.org 
[lkml]   [2020]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] rearrange the output text, cosmetic changes
Date
As the subject like says, purely cosmetic changes to read cleanly.
Jumbled up the line.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
tools/debugging/kernel-chktaint | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/tools/debugging/kernel-chktaint b/tools/debugging/kernel-chktaint
index 2240cb56e6e5..74fd3282aa1b 100755
--- a/tools/debugging/kernel-chktaint
+++ b/tools/debugging/kernel-chktaint
@@ -195,8 +195,9 @@ else
echo " * kernel was built with the struct randomization plugin (#17)"
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 " or https://kernel.org/doc/html/latest/admin-guide/tainted-kernels.html"
echo "Raw taint value as int/string: $taint/'$out'"
+echo
+echo "For a more detailed explanation of the various taint flags see below pointers:"
+echo "1) Documentation/admin-guide/tainted-kernels.rst in the Linux kernel sources"
+echo "2) https://kernel.org/doc/html/latest/admin-guide/tainted-kernels.html"
#EOF#
--
2.24.1
\
 
 \ /
  Last update: 2020-03-24 09:54    [W:0.070 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site