Re: [PATCH] Documentation: parport-lowlevel: Fix curly bracket
From: Randy Dunlap
Date: Sat Jun 27 2026 - 14:13:59 EST
On 6/27/26 2:24 AM, Manuel Ebner wrote:
> Remove needless '}'
>
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>
Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.
> ---
> Documentation/driver-api/parport-lowlevel.rst | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/Documentation/driver-api/parport-lowlevel.rst b/Documentation/driver-api/parport-lowlevel.rst
> index a907e279f509..af73741289c9 100644
> --- a/Documentation/driver-api/parport-lowlevel.rst
> +++ b/Documentation/driver-api/parport-lowlevel.rst
> @@ -341,7 +341,6 @@ EXAMPLE
> /* Try to detect a device on the port... */
> ...
> }
> - }
>
> ...
> }
--
~Randy