Documentation: kunit: fix trivial typo
authorTales Aparecida <tales.aparecida@gmail.com>
Sat, 13 Aug 2022 04:20:52 +0000 (01:20 -0300)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 30 Sep 2022 19:18:46 +0000 (13:18 -0600)
Missing closing block-quote

Signed-off-by: Tales Aparecida <tales.aparecida@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Sadiya Kazi <sadiyakazi@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/run_wrapper.rst

index cce2031..db1e867 100644 (file)
@@ -30,7 +30,7 @@ We may want to use the following options:
 
 .. code-block::
 
-       ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all
+       ./tools/testing/kunit/kunit.py run --timeout=30 --jobs=`nproc --all`
 
 - ``--timeout`` sets a maximum amount of time for tests to run.
 - ``--jobs`` sets the number of threads to build the kernel.