docs: kernel-doc: typo "if ... if" -> "if ... is"
"If no *function* if specified" should instead be "If no *function* is specified". Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
db693aded3
commit
32c8966e90
|
@ -490,7 +490,7 @@ doc: *title*
|
|||
|
||||
functions: *[ function ...]*
|
||||
Include documentation for each *function* in *source*.
|
||||
If no *function* if specified, the documentation for all functions
|
||||
If no *function* is specified, the documentation for all functions
|
||||
and types in the *source* will be included.
|
||||
|
||||
Examples::
|
||||
|
|
Loading…
Reference in New Issue