From 68f3d40ea0ce9fe3a26b9fd1d8ea734386bfb9ec Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 11 Nov 2025 17:25:11 +0100 Subject: [PATCH] docs: parse-headers.rst: remove uneeded parenthesis As pointed by Randy, the parenthesis there is not needed and it violates the document coding style. Reported-by: Randy Dunlap Closes: https://lore.kernel.org/linux-doc/9d709020-03fe-467c-be7f-d5ee251bb79a@infradead.org/ Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Jonathan Corbet Message-ID: --- Documentation/doc-guide/parse-headers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc-guide/parse-headers.rst b/Documentation/doc-guide/parse-headers.rst index 954f3285ddf6..bd34a6d00ca9 100644 --- a/Documentation/doc-guide/parse-headers.rst +++ b/Documentation/doc-guide/parse-headers.rst @@ -89,7 +89,7 @@ defines the C namespace to be used. It is meant to allow having more comprehensive documentation, where uAPI headers will create cross-reference links to the code. -The output is written at the (``FILE_OUT``). +The output is written at the ``FILE_OUT``. The ``FILE_RULES`` may contain contain three types of statements: **ignore**, **replace** and **namespace**. -- 2.47.3