aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools/kunit/usage.rst
diff options
context:
space:
mode:
authorBrendan Higgins <brendanhiggins@google.com>2020-01-31 16:01:02 -0800
committerShuah Khan <skhan@linuxfoundation.org>2020-02-10 17:16:42 -0700
commite20d8e81a0e06c672e964c9f01100f07a64b1ce6 (patch)
tree6da8d1fec141c1d437a370c4576cffe5df91b630 /Documentation/dev-tools/kunit/usage.rst
parentLinux 5.6-rc1 (diff)
downloadlinux-dev-e20d8e81a0e06c672e964c9f01100f07a64b1ce6.tar.xz
linux-dev-e20d8e81a0e06c672e964c9f01100f07a64b1ce6.zip
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>
Diffstat (limited to 'Documentation/dev-tools/kunit/usage.rst')
-rw-r--r--Documentation/dev-tools/kunit/usage.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kunit/usage.rst b/Documentation/dev-tools/kunit/usage.rst
index 7cd56a1993b1..607758a66a99 100644
--- a/Documentation/dev-tools/kunit/usage.rst
+++ b/Documentation/dev-tools/kunit/usage.rst
@@ -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.