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

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 <rdunlap@infradead.org>
Closes: https://lore.kernel.org/linux-doc/9d709020-03fe-467c-be7f-d5ee251bb79a@infradead.org/
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <e5de9f7b1f6a963b2912574a65495c47cfbb13ba.1762878176.git.mchehab+huawei@kernel.org>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
68f3d40e 62d78515

+1 -1
+1 -1
Documentation/doc-guide/parse-headers.rst
··· 89 89 It is meant to allow having more comprehensive documentation, where 90 90 uAPI headers will create cross-reference links to the code. 91 91 92 - The output is written at the (``FILE_OUT``). 92 + The output is written at the ``FILE_OUT``. 93 93 94 94 The ``FILE_RULES`` may contain contain three types of statements: 95 95 **ignore**, **replace** and **namespace**.