Commit 32c8966e authored by Frank Rowand's avatar Frank Rowand Committed by Jonathan Corbet
Browse files

docs: kernel-doc: typo "if ... if" -> "if ... is"



"If no *function* if specified" should instead be
"If no *function* is specified".

Reported-by: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarFrank Rowand <frank.rowand@sony.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent db693ade
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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::