[PATCH] scsi: docs: aic: Fix brackets

Manuel Ebner posted 1 patch 1 week, 1 day ago
Documentation/scsi/aic79xx.rst | 2 +-
Documentation/scsi/aic7xxx.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] scsi: docs: aic: Fix brackets
Posted by Manuel Ebner 1 week, 1 day ago
Add missing '}' to lines of code.

Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
Would it be better to remove the '{' and replace '{{'/'}}' with '{'/'}'?
---
 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:
 
-- 
2.55.0
Re: [PATCH] scsi: docs: aic: Fix brackets
Posted by Randy Dunlap 1 week, 1 day ago

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

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
> 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