mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
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:
committed by
Jonathan Corbet
parent
db693aded3
commit
32c8966e90
@@ -490,7 +490,7 @@ doc: *title*
|
|||||||
|
|
||||||
functions: *[ function ...]*
|
functions: *[ function ...]*
|
||||||
Include documentation for each *function* in *source*.
|
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.
|
and types in the *source* will be included.
|
||||||
|
|
||||||
Examples::
|
Examples::
|
||||||
|
Reference in New Issue
Block a user