[PATCH 1/4] Documentation: kunit: fix trivial typo

From: Tales Aparecida
Date: Sat Aug 13 2022 - 00:21:25 EST


Missing closing block-quote

Signed-off-by: Tales Aparecida <tales.aparecida@xxxxxxxxx>
---
Documentation/dev-tools/kunit/run_wrapper.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst
index cce203138fb7..db1e867820e7 100644
--- a/Documentation/dev-tools/kunit/run_wrapper.rst
+++ b/Documentation/dev-tools/kunit/run_wrapper.rst
@@ -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.
--
2.37.1