Skip to content

Commit e20d8e8

Browse files
bjh83shuahkh
authored andcommitted
Documentation: kunit: fixed sphinx error in code block
Fix a missing newline in a code block that was causing a warning: Documentation/dev-tools/kunit/usage.rst:553: WARNING: Error in "code-block" directive: maximum 1 argument(s) allowed, 3 supplied. .. code-block:: bash modprobe example-test Signed-off-by: Brendan Higgins <[email protected]> Reviewed-by: Alan Maguire <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent bb6d3fb commit e20d8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/dev-tools/kunit/usage.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ options to your ``.config``:
551551
Once the kernel is built and installed, a simple
552552

553553
.. code-block:: bash
554+
554555
modprobe example-test
555556
556557
...will run the tests.

0 commit comments

Comments
 (0)