diff options
author | Frank Rowand <frank.rowand@sony.com> | 2019-02-11 14:38:04 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-02-17 15:38:47 -0700 |
commit | 32c8966e904bd12d002a113da442839503ff84be (patch) | |
tree | 41638b4c7009218bb4dd2775cb814713f2e7e4f5 /Documentation/doc-guide | |
parent | db693aded3fb419c763963246281e417c1c0e126 (diff) | |
download | linux-next-32c8966e904bd12d002a113da442839503ff84be.tar.gz |
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>
Diffstat (limited to 'Documentation/doc-guide')
-rw-r--r-- | Documentation/doc-guide/kernel-doc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst index 6513c16b7e4f..f96059767c8c 100644 --- a/Documentation/doc-guide/kernel-doc.rst +++ b/Documentation/doc-guide/kernel-doc.rst @@ -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:: |