Documentation: kunit: fixed sphinx error in code block
authorBrendan Higgins <brendanhiggins@google.com>
Sat, 1 Feb 2020 00:01:02 +0000 (16:01 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 11 Feb 2020 00:16:42 +0000 (17:16 -0700)
commite20d8e81a0e06c672e964c9f01100f07a64b1ce6
tree6da8d1fec141c1d437a370c4576cffe5df91b630
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
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 <brendanhiggins@google.com>
Reviewed-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Documentation/dev-tools/kunit/usage.rst