Commit e20d8e81 authored by Brendan Higgins's avatar Brendan Higgins Committed by Shuah Khan
Browse files

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: default avatarBrendan Higgins <brendanhiggins@google.com>
Reviewed-by: default avatarAlan Maguire <alan.maguire@oracle.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent bb6d3fb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -551,6 +551,7 @@ options to your ``.config``:
Once the kernel is built and installed, a simple

.. code-block:: bash

	modprobe example-test

...will run the tests.