docs: kernel-doc: typo "if ... if" -> "if ... is"
authorFrank Rowand <frank.rowand@sony.com>
Mon, 11 Feb 2019 22:38:04 +0000 (14:38 -0800)
committerJonathan Corbet <corbet@lwn.net>
Sun, 17 Feb 2019 22:38:47 +0000 (15:38 -0700)
"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>
Documentation/doc-guide/kernel-doc.rst

index 6513c16b7e4f966c073aa0e977e55ea43e1c4d7b..f96059767c8c25d740baf8828ab1b9d521f8ca8c 100644 (file)
@@ -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::