Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Frank Rowand and committed by
Jonathan Corbet
32c8966e db693ade

+1 -1
+1 -1
Documentation/doc-guide/kernel-doc.rst
··· 490 490 491 491 functions: *[ function ...]* 492 492 Include documentation for each *function* in *source*. 493 - If no *function* if specified, the documentation for all functions 493 + If no *function* is specified, the documentation for all functions 494 494 and types in the *source* will be included. 495 495 496 496 Examples::