public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rearrange the output text, cosmetic changes
@ 2020-03-24  8:45 Bhaskar Chowdhury
  2020-03-24 15:15 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: Bhaskar Chowdhury @ 2020-03-24  8:45 UTC (permalink / raw)
  To: linux, rdunlap; +Cc: linux-kernel, Bhaskar Chowdhury

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


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

end of thread, other threads:[~2020-03-24 22:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24  8:45 [PATCH] rearrange the output text, cosmetic changes Bhaskar Chowdhury
2020-03-24 15:15 ` Joe Perches
2020-03-24 22:29   ` Bhaskar Chowdhury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox