Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

KUnit: Docs: fix a wording typo

Fix a wording typo (keyboard glitch).

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: David Gow <davidgow@google.com>
Cc: linux-kselftest@vger.kernel.org
Cc: kunit-dev@googlegroups.com
Cc: Shuah Khan <shuah@kernel.org>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: Brendan Higgins <brendanhiggins@google.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Randy Dunlap and committed by
Shuah Khan
f7766424 128dc4bc

+1 -1
+1 -1
Documentation/dev-tools/kunit/faq.rst
··· 90 90 re-run kunit_tool. 91 91 5. Try to run ``make ARCH=um defconfig`` before running ``kunit.py run``. This 92 92 may help clean up any residual config items which could be causing problems. 93 - 6. Finally, try running KUnit outside UML. KUnit and KUnit tests can run be 93 + 6. Finally, try running KUnit outside UML. KUnit and KUnit tests can be 94 94 built into any kernel, or can be built as a module and loaded at runtime. 95 95 Doing so should allow you to determine if UML is causing the issue you're 96 96 seeing. When tests are built-in, they will execute when the kernel boots, and