[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1549924684-2148-1-git-send-email-frowand.list@gmail.com>
Date:   Mon, 11 Feb 2019 14:38:04 -0800
From:   frowand.list@...il.com
To:     Jonathan Corbet <corbet@....net>,
        Matthew Wilcox <willy@...radead.org>
Cc:     Mauro Carvalho Chehab <mchehab@...nel.org>,
        Mike Rapoport <rppt@...ux.vnet.ibm.com>,
        Joris Gutjahr <joris.gutjahr@...il.com>,
        linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] docs: kernel-doc: typo "if ... if" -> "if ... is"
From: Frank Rowand <frank.rowand@...y.com>
"If no *function* if specified" should instead be
"If no *function* is specified".
Reported-by: Matthew Wilcox <willy@...radead.org>
Signed-off-by: Frank Rowand <frank.rowand@...y.com>
---
 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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::
-- 
Frank Rowand <frank.rowand@...y.com>
Powered by blists - more mailing lists
 
