* [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
* Re: [PATCH] rearrange the output text, cosmetic changes
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
0 siblings, 1 reply; 3+ messages in thread
From: Joe Perches @ 2020-03-24 15:15 UTC (permalink / raw)
To: Bhaskar Chowdhury, linux, rdunlap; +Cc: linux-kernel
On Tue, 2020-03-24 at 14:15 +0530, Bhaskar Chowdhury wrote:
> As the subject like says, purely cosmetic changes to read cleanly.
> Jumbled up the line.
Subject line should show tools or kernel-chktaint
and:
> diff --git 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"
One extra space between "in the"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] rearrange the output text, cosmetic changes
2020-03-24 15:15 ` Joe Perches
@ 2020-03-24 22:29 ` Bhaskar Chowdhury
0 siblings, 0 replies; 3+ messages in thread
From: Bhaskar Chowdhury @ 2020-03-24 22:29 UTC (permalink / raw)
To: Joe Perches; +Cc: linux, rdunlap, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1082 bytes --]
On 08:15 Tue 24 Mar 2020, Joe Perches wrote:
>On Tue, 2020-03-24 at 14:15 +0530, Bhaskar Chowdhury wrote:
>> As the subject like says, purely cosmetic changes to read cleanly.
>> Jumbled up the line.
>
>Subject line should show tools or kernel-chktaint
>
>and:
>
>> diff --git 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"
>
>One extra space between "in the"
>
>
Thanks, Joe ...fixing! next patch should have fixed them.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [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