OSDN Git Service

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 4663470..85efec8 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::