Commit 1f4dde57 authored by Randy Dunlap's avatar Randy Dunlap Committed by Shuah Khan
Browse files

KUnit: Docs: style: fix some Kconfig example issues



Fix the Kconfig example to be closer to Kconfig coding style.

Also add punctuation and a trailing slash ('/') to a sub-directory
name -- this is how the text mostly appears in other Kconfig files.

Signed-off-by: default avatarRandy 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: default avatarDavid Gow <davidgow@google.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent f7766424
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -183,9 +183,9 @@ An example Kconfig entry:
		  This builds unit tests for foo.

		  For more information on KUnit and unit tests in general, please refer
                    to the KUnit documentation in Documentation/dev-tools/kunit
		  to the KUnit documentation in Documentation/dev-tools/kunit/.

                    If unsure, say N
		  If unsure, say N.


Test File and Module Names