2022-08-13 04:23:28

by Tales Aparecida

[permalink] [raw]
Subject: [PATCH 1/4] Documentation: kunit: fix trivial typo

Missing closing block-quote

Signed-off-by: Tales Aparecida <[email protected]>
---
Documentation/dev-tools/kunit/run_wrapper.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst
index cce203138fb7..db1e867820e7 100644
--- a/Documentation/dev-tools/kunit/run_wrapper.rst
+++ b/Documentation/dev-tools/kunit/run_wrapper.rst
@@ -30,7 +30,7 @@ We may want to use the following options:

.. code-block::

- ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all
+ ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`

- ``--timeout`` sets a maximum amount of time for tests to run.
- ``--jobs`` sets the number of threads to build the kernel.
--
2.37.1


2022-08-13 07:24:31

by David Gow

[permalink] [raw]
Subject: Re: [PATCH 1/4] Documentation: kunit: fix trivial typo

On Sat, Aug 13, 2022 at 12:21 PM Tales Aparecida
<[email protected]> wrote:
>
> Missing closing block-quote
>
> Signed-off-by: Tales Aparecida <[email protected]>
> ---

This is fine. A couple of minor nitpicks:
1. A slightly more descriptive commit title would be nice (e.g. "fix
missing quote in run_wrapper")
2. The whole --jobs=`nproc --all` bit shouldn't be necessary anymore,
thanks to: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ad659ccb5412874c6a89d3588cb18857c00e9d0f

Neither of those seem worth sending another version out for, but may
be worth keeping in mind in the future.

Reviewed-by: David Gow <[email protected]>

Cheers,
-- David


> Documentation/dev-tools/kunit/run_wrapper.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst
> index cce203138fb7..db1e867820e7 100644
> --- a/Documentation/dev-tools/kunit/run_wrapper.rst
> +++ b/Documentation/dev-tools/kunit/run_wrapper.rst
> @@ -30,7 +30,7 @@ We may want to use the following options:
>
> .. code-block::
>
> - ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all
> + ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
>
> - ``--timeout`` sets a maximum amount of time for tests to run.
> - ``--jobs`` sets the number of threads to build the kernel.
> --
> 2.37.1
>
> --
> You received this message because you are subscribed to the Google Groups "KUnit Development" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
> To view this discussion on the web visit https://groups.google.com/d/msgid/kunit-dev/20220813042055.136832-2-tales.aparecida%40gmail.com.

2022-08-17 06:48:57

by Sadiya Kazi

[permalink] [raw]
Subject: Re: [PATCH 1/4] Documentation: kunit: fix trivial typo

On Sat, Aug 13, 2022 at 9:51 AM Tales Aparecida
<[email protected]> wrote:
>
> Missing closing block-quote
>
> Signed-off-by: Tales Aparecida <[email protected]>
> ---


Hi,
I do agree with David on a more descriptive commit message to be
addressed in future patches. Otherwise, it looks good to me.

Reviewed-by: Sadiya Kazi <[email protected]>

Best Regards,
Sadiya




> Documentation/dev-tools/kunit/run_wrapper.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst
> index cce203138fb7..db1e867820e7 100644
> --- a/Documentation/dev-tools/kunit/run_wrapper.rst
> +++ b/Documentation/dev-tools/kunit/run_wrapper.rst
> @@ -30,7 +30,7 @@ We may want to use the following options:
>
> .. code-block::
>
> - ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all
> + ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
>
> - ``--timeout`` sets a maximum amount of time for tests to run.
> - ``--jobs`` sets the number of threads to build the kernel.
> --
> 2.37.1
>