linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: kunit: Fix typo
@ 2022-01-07  3:05 Qinghua Jin
  2022-01-07  3:16 ` David Gow
  0 siblings, 1 reply; 2+ messages in thread
From: Qinghua Jin @ 2022-01-07  3:05 UTC (permalink / raw)
  Cc: Qinghua Jin, Brendan Higgins, Jonathan Corbet, linux-kselftest,
	kunit-dev, linux-doc, linux-kernel

Fix a typo: actualy -> actual

Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
---
 Documentation/dev-tools/kunit/usage.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kunit/usage.rst b/Documentation/dev-tools/kunit/usage.rst
index 63f1bb89ebf5..b9940758787c 100644
--- a/Documentation/dev-tools/kunit/usage.rst
+++ b/Documentation/dev-tools/kunit/usage.rst
@@ -615,7 +615,7 @@ kunit_tool) only fully supports running tests inside of UML and QEMU; however,
 this is only due to our own time limitations as humans working on KUnit. It is
 entirely possible to support other emulators and even actual hardware, but for
 now QEMU and UML is what is fully supported within the KUnit Wrapper. Again, to
-be clear, this is just the Wrapper. The actualy KUnit tests and the KUnit
+be clear, this is just the Wrapper. The actual KUnit tests and the KUnit
 library they are written in is fully architecture agnostic and can be used in
 virtually any setup, you just won't have the benefit of typing a single command
 out of the box and having everything magically work perfectly.
-- 
2.30.2


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

* Re: [PATCH] Documentation: kunit: Fix typo
  2022-01-07  3:05 [PATCH] Documentation: kunit: Fix typo Qinghua Jin
@ 2022-01-07  3:16 ` David Gow
  0 siblings, 0 replies; 2+ messages in thread
From: David Gow @ 2022-01-07  3:16 UTC (permalink / raw)
  To: Qinghua Jin
  Cc: Brendan Higgins, Jonathan Corbet,
	open list:KERNEL SELFTEST FRAMEWORK, KUnit Development,
	open list:DOCUMENTATION, Linux Kernel Mailing List

On Fri, Jan 7, 2022 at 11:07 AM Qinghua Jin <qhjin.dev@gmail.com> wrote:
>
> Fix a typo: actualy -> actual
>
> Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
> ---
>  Documentation/dev-tools/kunit/usage.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/dev-tools/kunit/usage.rst b/Documentation/dev-tools/kunit/usage.rst
> index 63f1bb89ebf5..b9940758787c 100644
> --- a/Documentation/dev-tools/kunit/usage.rst
> +++ b/Documentation/dev-tools/kunit/usage.rst
> @@ -615,7 +615,7 @@ kunit_tool) only fully supports running tests inside of UML and QEMU; however,
>  this is only due to our own time limitations as humans working on KUnit. It is
>  entirely possible to support other emulators and even actual hardware, but for
>  now QEMU and UML is what is fully supported within the KUnit Wrapper. Again, to
> -be clear, this is just the Wrapper. The actualy KUnit tests and the KUnit
> +be clear, this is just the Wrapper. The actual KUnit tests and the KUnit
>  library they are written in is fully architecture agnostic and can be used in
>  virtually any setup, you just won't have the benefit of typing a single command
>  out of the box and having everything magically work perfectly.
> --
> 2.30.2

Hi Qinghua,

Thanks a lot for your patch.

This particular typo is already fixed in the docs tree, as part of the
larger restructuring of the documentation in:
https://lore.kernel.org/all/20211217044911.798817-6-sharinder@google.com/

(Indeed, this whole section was replaced.)

Thanks a lot anyway!

Cheers,
-- David

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

end of thread, other threads:[~2022-01-07  3:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-07  3:05 [PATCH] Documentation: kunit: Fix typo Qinghua Jin
2022-01-07  3:16 ` David Gow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).