projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b229fb
)
Fix whitespace in example
author
Matthew Wilcox
<mawilcox@microsoft.com>
Tue, 13 Feb 2018 21:15:36 +0000
(13:15 -0800)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/Documentation/doc-guide/kernel-doc.rst
b/Documentation/doc-guide/kernel-doc.rst
index 466347067f7901e163878b9463fcc91a1450d880..85efec8ecc445cc93cc5d9cd0a7dd46ccb7e3b76 100644
(file)
--- a/
Documentation/doc-guide/kernel-doc.rst
+++ b/
Documentation/doc-guide/kernel-doc.rst
@@
-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::