[PATCH] docs: KUnit: Fix qemu_configs path

Karl Mehltretter posted 1 patch 2 weeks, 6 days ago
Documentation/dev-tools/kunit/architecture.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: KUnit: Fix qemu_configs path
Posted by Karl Mehltretter 2 weeks, 6 days ago
The example path is written "qemu configs"; the directory is
tools/testing/kunit/qemu_configs. While at it, make the verb on the
same line agree with its plural subject.

Fixes: f13ecba04bab ("Documentation: Kunit: Update architecture.rst for minor fixes")
Assisted-by: LLM
Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
---
 Documentation/dev-tools/kunit/architecture.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kunit/architecture.rst b/Documentation/dev-tools/kunit/architecture.rst
index f335f883f8f6..dc291c6187a7 100644
--- a/Documentation/dev-tools/kunit/architecture.rst
+++ b/Documentation/dev-tools/kunit/architecture.rst
@@ -167,7 +167,7 @@ Documentation/dev-tools/kunit/run_manual.rst) or use ``kunit_tool``
 - ``configure`` command generates the kernel ``.config`` from a
   ``.kunitconfig`` file (and any architecture-specific options).
   The Python scripts available in ``qemu_configs`` folder
-  (for example, ``tools/testing/kunit/qemu configs/powerpc.py``) contains
+  (for example, ``tools/testing/kunit/qemu_configs/powerpc.py``) contain
   additional configuration options for specific architectures.
   It parses both the existing ``.config`` and the ``.kunitconfig`` files
   to ensure that ``.config`` is a superset of ``.kunitconfig``.
-- 
2.53.0
Re: [PATCH] docs: KUnit: Fix qemu_configs path
Posted by Randy Dunlap 2 weeks, 6 days ago

On 9/4/26 7:44 PM, Karl Mehltretter wrote:
> The example path is written "qemu configs"; the directory is
> tools/testing/kunit/qemu_configs. While at it, make the verb on the
> same line agree with its plural subject.
> 
> Fixes: f13ecba04bab ("Documentation: Kunit: Update architecture.rst for minor fixes")
> Assisted-by: LLM
> Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>

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

> ---
>  Documentation/dev-tools/kunit/architecture.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/dev-tools/kunit/architecture.rst b/Documentation/dev-tools/kunit/architecture.rst
> index f335f883f8f6..dc291c6187a7 100644
> --- a/Documentation/dev-tools/kunit/architecture.rst
> +++ b/Documentation/dev-tools/kunit/architecture.rst
> @@ -167,7 +167,7 @@ Documentation/dev-tools/kunit/run_manual.rst) or use ``kunit_tool``
>  - ``configure`` command generates the kernel ``.config`` from a
>    ``.kunitconfig`` file (and any architecture-specific options).
>    The Python scripts available in ``qemu_configs`` folder
> -  (for example, ``tools/testing/kunit/qemu configs/powerpc.py``) contains
> +  (for example, ``tools/testing/kunit/qemu_configs/powerpc.py``) contain
>    additional configuration options for specific architectures.
>    It parses both the existing ``.config`` and the ``.kunitconfig`` files
>    to ensure that ``.config`` is a superset of ``.kunitconfig``.

-- 
~Randy