Fix whitespace in example
authorMatthew Wilcox <mawilcox@microsoft.com>
Tue, 13 Feb 2018 21:15:36 +0000 (13:15 -0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 13 Feb 2018 21:21:57 +0000 (14:21 -0700)
Line up the second line in the way that the example purports to be
showing.

Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/kernel-doc.rst

index 466347067f7901e163878b9463fcc91a1450d880..85efec8ecc445cc93cc5d9cd0a7dd46ccb7e3b76 100644 (file)
@@ -154,7 +154,7 @@ The ``@argument:`` descriptions may span multiple lines.
    the previous line, e. g.::
 
       * @argument: some long description
-      *       that continues on next lines
+      *            that continues on next lines
 
    or::