2024-04-29 16:51:59

by Yo-Jung (Leo) Lin

[permalink] [raw]
Subject: [PATCH] Documentation: kselftest: fix codeblock

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

Signed-off-by: Yo-Jung (Leo) Lin <[email protected]>
---
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



2024-05-03 19:00:07

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] Documentation: kselftest: fix codeblock

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 <[email protected]>
> ---
> 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