Re: [PATCH] scsi: docs: aic: Fix brackets

From: Randy Dunlap

Date: Wed Sep 16 2026 - 13:12:40 EST




On 9/16/26 5:35 AM, Manuel Ebner wrote:
> Add missing '}' to lines of code.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> ---
> Would it be better to remove the '{' and replace '{{'/'}}' with '{'/'}'?

Not IMO. Looks to me like the patch now matches the definition
of tag_info.

> ---
> Documentation/scsi/aic79xx.rst | 2 +-
> Documentation/scsi/aic7xxx.rst | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/scsi/aic79xx.rst b/Documentation/scsi/aic79xx.rst
> index 071ff5111..ba5299cb9 100644
> --- a/Documentation/scsi/aic79xx.rst
> +++ b/Documentation/scsi/aic79xx.rst
> @@ -292,7 +292,7 @@ tag_info:{{value[,value...]}[,{value[,value...]}...]}
>
> ::
>
> - tag_info:{{16,32,32,64,8,8,,32,32,32,32,32,32,32,32,32}
> + tag_info:{{16,32,32,64,8,8,,32,32,32,32,32,32,32,32,32}}
>
> On Controller 0
>
> diff --git a/Documentation/scsi/aic7xxx.rst b/Documentation/scsi/aic7xxx.rst
> index bad0e5567..117cd55fd 100644
> --- a/Documentation/scsi/aic7xxx.rst
> +++ b/Documentation/scsi/aic7xxx.rst
> @@ -308,7 +308,7 @@ tag_info:{{value[,value...]}[,{value[,value...]}...]}
>
> ::
>
> - tag_info:{{16,32,32,64,8,8,,32,32,32,32,32,32,32,32,32}
> + tag_info:{{16,32,32,64,8,8,,32,32,32,32,32,32,32,32,32}}
>
> On Controller 0:
>

--
~Randy