Re: [PATCH] cdrom: fix brackets

From: Randy Dunlap

Date: Wed Sep 02 2026 - 13:18:46 EST




On 9/2/26 5:54 AM, Manuel Ebner wrote:
> From: Manuel Ebner <manuelebner@xxxxxxxxxxx>
>
> Fix missing ')' and add '()' to function.
>
> Fixes: e327cfcb2542 ("docs: cdrom-standard.tex: convert from LaTeX to ReST")
> Signed-off-by: Manuel Ebner <manuelebner@xxxxxxxxxxx>

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Thanks.

> ---
> Documentation/cdrom/cdrom-standard.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/cdrom/cdrom-standard.rst b/Documentation/cdrom/cdrom-standard.rst
> index b97a4e9b9bd3..b6dde1d1eaaa 100644
> --- a/Documentation/cdrom/cdrom-standard.rst
> +++ b/Documentation/cdrom/cdrom-standard.rst
> @@ -1014,7 +1014,7 @@ How to update your driver
> just calls to the routines you adapted in the previous step.
> - You may remove all remaining memory checking code in the
> *audio_ioctl()* function that deals with audio commands (these are
> - listed in the second part of cdrom_ioctl_. There is no
> + listed in the second part of cdrom_ioctl()). There is no
> need for memory allocation either, so most *case*s in the *switch*
> statement look similar to::
>

--
~Randy