public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: kselftest: fix codeblock
@ 2024-04-29 16:50 Yo-Jung (Leo) Lin
  2024-05-03 18:59 ` Shuah Khan
  0 siblings, 1 reply; 2+ messages in thread
From: Yo-Jung (Leo) Lin @ 2024-04-29 16:50 UTC (permalink / raw)
  To: skhan
  Cc: 0xff07, Shuah Khan, Jonathan Corbet, linux-kselftest, linux-doc,
	linux-kernel

Add extra colon to mark command in the next paragraph as codeblock

Signed-off-by: Yo-Jung (Leo) Lin <0xff07@gmail.com>
---
 Documentation/dev-tools/kselftest.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
index ff10dc6eef5d..dcf634e411bd 100644
--- a/Documentation/dev-tools/kselftest.rst
+++ b/Documentation/dev-tools/kselftest.rst
@@ -183,7 +183,7 @@ expected time it takes to run a test. If you have control over the systems
 which will run the tests you can configure a test runner on those systems to
 use a greater or lower timeout on the command line as with the `-o` or
 the `--override-timeout` argument. For example to use 165 seconds instead
-one would use:
+one would use::
 
    $ ./run_kselftest.sh --override-timeout 165
 
-- 
2.34.1


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

* Re: [PATCH] Documentation: kselftest: fix codeblock
  2024-04-29 16:50 [PATCH] Documentation: kselftest: fix codeblock Yo-Jung (Leo) Lin
@ 2024-05-03 18:59 ` Shuah Khan
  0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2024-05-03 18:59 UTC (permalink / raw)
  To: Yo-Jung (Leo) Lin
  Cc: Shuah Khan, Jonathan Corbet, linux-kselftest, linux-doc,
	linux-kernel, Shuah Khan

On 4/29/24 10:50, Yo-Jung (Leo) Lin wrote:
> Add extra colon to mark command in the next paragraph as codeblock
> 
> Signed-off-by: Yo-Jung (Leo) Lin <0xff07@gmail.com>
> ---
>   Documentation/dev-tools/kselftest.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
> index ff10dc6eef5d..dcf634e411bd 100644
> --- a/Documentation/dev-tools/kselftest.rst
> +++ b/Documentation/dev-tools/kselftest.rst
> @@ -183,7 +183,7 @@ expected time it takes to run a test. If you have control over the systems
>   which will run the tests you can configure a test runner on those systems to
>   use a greater or lower timeout on the command line as with the `-o` or
>   the `--override-timeout` argument. For example to use 165 seconds instead
> -one would use:
> +one would use::
>   
>      $ ./run_kselftest.sh --override-timeout 165
>   

Thank you. Applied to linux=kselftest next for Linux 6.10-rc1.

thanks,
-- Shuah

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

end of thread, other threads:[~2024-05-03 18:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 16:50 [PATCH] Documentation: kselftest: fix codeblock Yo-Jung (Leo) Lin
2024-05-03 18:59 ` Shuah Khan

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