Re: [PATCH 1/1] docs: parse-headers.rst: remove uneeded parenthesis
From: Jonathan Corbet
Date: Thu Nov 13 2025 - 11:35:01 EST
Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> writes:
> As pointed by Randy, the parenthesis there is not needed and it
> violates the document coding style.
>
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Closes: https://lore.kernel.org/linux-doc/9d709020-03fe-467c-be7f-d5ee251bb79a@xxxxxxxxxxxxx/
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
> ---
> 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``.
Applied, thanks.
jon