[PATCH] Documentation: admin-guide: tainted-kernels.rst: Add missing article and comma

Thorsten Blum posted 1 patch 2 years ago
Documentation/admin-guide/tainted-kernels.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] Documentation: admin-guide: tainted-kernels.rst: Add missing article and comma
Posted by Thorsten Blum 2 years ago
- Add missing article "the"
- s/above example/example above/
- Add missing comma after introductory clause to improve readability

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 Documentation/admin-guide/tainted-kernels.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst
index 92a8a07f5c43..f92551539e8a 100644
--- a/Documentation/admin-guide/tainted-kernels.rst
+++ b/Documentation/admin-guide/tainted-kernels.rst
@@ -34,7 +34,7 @@ name of the command ('Comm:') that triggered the event::
 
 You'll find a 'Not tainted: ' there if the kernel was not tainted at the
 time of the event; if it was, then it will print 'Tainted: ' and characters
-either letters or blanks. In above example it looks like this::
+either letters or blanks. In the example above it looks like this::
 
 	Tainted: P        W  O
 
@@ -52,7 +52,7 @@ At runtime, you can query the tainted state by reading
 tainted; any other number indicates the reasons why it is. The easiest way to
 decode that number is the script ``tools/debugging/kernel-chktaint``, which your
 distribution might ship as part of a package called ``linux-tools`` or
-``kernel-tools``; if it doesn't you can download the script from
+``kernel-tools``; if it doesn't, you can download the script from
 `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/debugging/kernel-chktaint>`_
 and execute it with ``sh kernel-chktaint``, which would print something like
 this on the machine that had the statements in the logs that were quoted earlier::
-- 
2.39.2
Re: [PATCH] Documentation: admin-guide: tainted-kernels.rst: Add missing article and comma
Posted by Randy Dunlap 2 years ago

On 2/5/24 05:24, Thorsten Blum wrote:
> - Add missing article "the"
> - s/above example/example above/
> - Add missing comma after introductory clause to improve readability
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/admin-guide/tainted-kernels.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst
> index 92a8a07f5c43..f92551539e8a 100644
> --- a/Documentation/admin-guide/tainted-kernels.rst
> +++ b/Documentation/admin-guide/tainted-kernels.rst
> @@ -34,7 +34,7 @@ name of the command ('Comm:') that triggered the event::
>  
>  You'll find a 'Not tainted: ' there if the kernel was not tainted at the
>  time of the event; if it was, then it will print 'Tainted: ' and characters
> -either letters or blanks. In above example it looks like this::
> +either letters or blanks. In the example above it looks like this::
>  
>  	Tainted: P        W  O
>  
> @@ -52,7 +52,7 @@ At runtime, you can query the tainted state by reading
>  tainted; any other number indicates the reasons why it is. The easiest way to
>  decode that number is the script ``tools/debugging/kernel-chktaint``, which your
>  distribution might ship as part of a package called ``linux-tools`` or
> -``kernel-tools``; if it doesn't you can download the script from
> +``kernel-tools``; if it doesn't, you can download the script from
>  `git.kernel.org <https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/tools/debugging/kernel-chktaint>`_
>  and execute it with ``sh kernel-chktaint``, which would print something like
>  this on the machine that had the statements in the logs that were quoted earlier::

-- 
#Randy
Re: [PATCH] Documentation: admin-guide: tainted-kernels.rst: Add missing article and comma
Posted by Jonathan Corbet 2 years ago
Thorsten Blum <thorsten.blum@toblux.com> writes:

> - Add missing article "the"
> - s/above example/example above/
> - Add missing comma after introductory clause to improve readability
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
>  Documentation/admin-guide/tainted-kernels.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied, thanks.

jon