On Thu, Oct 29, 2020 at 1:42 AM Randy Dunlap rdunlap@infradead.org wrote:
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: 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
v2: covert spaces indentation to tabs in Kconfig example
Thanks! Sphinx is still converting the tabs to spaces for its HTML output, but this is nevertheless an improvement.
Cheers, -- David