Linux Documentation
 help / color / mirror / Atom feed
* [PATCH 3/5] docs: fix repeated word 'as' in dax-hv-api
@ 2026-05-08 16:38 Adrien Reynard
  2026-05-08 17:18 ` Shuah Khan
  2026-05-09 14:30 ` [PATCH v2 3/4] docs: fix repeated word 'as' in dax-hv-api documentation Adrien Reynard
  0 siblings, 2 replies; 4+ messages in thread
From: Adrien Reynard @ 2026-05-08 16:38 UTC (permalink / raw)
  To: Jonathan Corbet, Shuah Khan, open list:DOCUMENTATION, open list
  Cc: Adrien Reynard

Signed-off-by: Adrien Reynard <reynard.adrien.08@gmail.com>
---
 Documentation/arch/sparc/oradax/dax-hv-api.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/arch/sparc/oradax/dax-hv-api.txt b/Documentation/arch/sparc/oradax/dax-hv-api.txt
index ef1a4c2bf08b..297515ceb697 100644
--- a/Documentation/arch/sparc/oradax/dax-hv-api.txt
+++ b/Documentation/arch/sparc/oradax/dax-hv-api.txt
@@ -485,7 +485,7 @@ Offset   Size   Field Description
                              the virtual machine to use when accessing this data stream
                              (checking is only guaranteed to be performed when using API
                              version 1.1 and later). If using a virtual address, this field will
-                             be used as as primary input address bits [59:56].
+                             be used as primary input address bits [59:56].
                 [55:0]       Primary input address bits [55:0]. Address type is determined
                              by CCB header.
 24       8      Data Access Control
@@ -576,7 +576,7 @@ Offset   Size   Field Description
                                                      the virtual machine to use when accessing this data stream
                                                      (checking is only guaranteed to be performed when using API
                                                      version 1.1 and later). If using a virtual address, this field will
-                                                     be used as as symbol table address bits [59:56].
+                                                     be used as symbol table address bits [59:56].
                                         [55:4]       Symbol table address bits [55:4]. Address type is determined
                                                      by CCB header.
                                         [3:0]        Symbol table version
@@ -815,7 +815,7 @@ Offset   Size   Field Description
                              the virtual machine to use when accessing this data stream
                              (checking is only guaranteed to be performed when using API
                              version 1.1 and later). If using a virtual address, this field will
-                             be used as as bit table address bits [59:56]
+                             be used as bit table address bits [59:56]
                 [55:4]       Bit table address bits [55:4]. Address type is determined by
                              CCB header. Address must be 64-byte aligned (CCB version
                              0) or 16-byte aligned (CCB version 1).
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 3/5] docs: fix repeated word 'as' in dax-hv-api
  2026-05-08 16:38 [PATCH 3/5] docs: fix repeated word 'as' in dax-hv-api Adrien Reynard
@ 2026-05-08 17:18 ` Shuah Khan
  2026-05-09 14:30 ` [PATCH v2 3/4] docs: fix repeated word 'as' in dax-hv-api documentation Adrien Reynard
  1 sibling, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2026-05-08 17:18 UTC (permalink / raw)
  To: Adrien Reynard, Jonathan Corbet, open list:DOCUMENTATION,
	open list, Shuah Khan

On 5/8/26 10:38, Adrien Reynard wrote:

Missing commit log

> Signed-off-by: Adrien Reynard <reynard.adrien.08@gmail.com>
> ---
>   Documentation/arch/sparc/oradax/dax-hv-api.txt | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/arch/sparc/oradax/dax-hv-api.txt b/Documentation/arch/sparc/oradax/dax-hv-api.txt
> index ef1a4c2bf08b..297515ceb697 100644
> --- a/Documentation/arch/sparc/oradax/dax-hv-api.txt
> +++ b/Documentation/arch/sparc/oradax/dax-hv-api.txt
> @@ -485,7 +485,7 @@ Offset   Size   Field Description
>                                the virtual machine to use when accessing this data stream
>                                (checking is only guaranteed to be performed when using API
>                                version 1.1 and later). If using a virtual address, this field will
> -                             be used as as primary input address bits [59:56].
> +                             be used as primary input address bits [59:56].
>                   [55:0]       Primary input address bits [55:0]. Address type is determined
>                                by CCB header.
>   24       8      Data Access Control
> @@ -576,7 +576,7 @@ Offset   Size   Field Description
>                                                        the virtual machine to use when accessing this data stream
>                                                        (checking is only guaranteed to be performed when using API
>                                                        version 1.1 and later). If using a virtual address, this field will
> -                                                     be used as as symbol table address bits [59:56].
> +                                                     be used as symbol table address bits [59:56].
>                                           [55:4]       Symbol table address bits [55:4]. Address type is determined
>                                                        by CCB header.
>                                           [3:0]        Symbol table version
> @@ -815,7 +815,7 @@ Offset   Size   Field Description
>                                the virtual machine to use when accessing this data stream
>                                (checking is only guaranteed to be performed when using API
>                                version 1.1 and later). If using a virtual address, this field will
> -                             be used as as bit table address bits [59:56]
> +                             be used as bit table address bits [59:56]
>                   [55:4]       Bit table address bits [55:4]. Address type is determined by
>                                CCB header. Address must be 64-byte aligned (CCB version
>                                0) or 16-byte aligned (CCB version 1).


Looks good to me. With the commit log added,

Reviewed-by: Shuah Khan <skhan@linuxfoundation.org>

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 3/4] docs: fix repeated word 'as' in dax-hv-api documentation
  2026-05-08 16:38 [PATCH 3/5] docs: fix repeated word 'as' in dax-hv-api Adrien Reynard
  2026-05-08 17:18 ` Shuah Khan
@ 2026-05-09 14:30 ` Adrien Reynard
  2026-05-09 16:03   ` Randy Dunlap
  1 sibling, 1 reply; 4+ messages in thread
From: Adrien Reynard @ 2026-05-09 14:30 UTC (permalink / raw)
  To: corbet; +Cc: skhan, linux-doc, linux-kernel, Adrien Reynard

Remove duplicated word 'as' found in three places in
arch/sparc/oradax/dax-hv-api.txt.

Signed-off-by: Adrien Reynard <reynard.adrien.08@gmail.com>
---
 Documentation/arch/sparc/oradax/dax-hv-api.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/arch/sparc/oradax/dax-hv-api.txt b/Documentation/arch/sparc/oradax/dax-hv-api.txt
index ef1a4c2bf08b..6dac2a778ccd 100644
--- a/Documentation/arch/sparc/oradax/dax-hv-api.txt
+++ b/Documentation/arch/sparc/oradax/dax-hv-api.txt
@@ -485,7 +485,7 @@ Offset   Size   Field Description
                              the virtual machine to use when accessing this data stream
                              (checking is only guaranteed to be performed when using API
                              version 1.1 and later). If using a virtual address, this field will
-                             be used as as primary input address bits [59:56].
+                             be used as the primary input address bits [59:56].
                 [55:0]       Primary input address bits [55:0]. Address type is determined
                              by CCB header.
 24       8      Data Access Control
@@ -576,7 +576,7 @@ Offset   Size   Field Description
                                                      the virtual machine to use when accessing this data stream
                                                      (checking is only guaranteed to be performed when using API
                                                      version 1.1 and later). If using a virtual address, this field will
-                                                     be used as as symbol table address bits [59:56].
+                                                     be used as symbol table address bits [59:56].
                                         [55:4]       Symbol table address bits [55:4]. Address type is determined
                                                      by CCB header.
                                         [3:0]        Symbol table version
@@ -815,7 +815,7 @@ Offset   Size   Field Description
                              the virtual machine to use when accessing this data stream
                              (checking is only guaranteed to be performed when using API
                              version 1.1 and later). If using a virtual address, this field will
-                             be used as as bit table address bits [59:56]
+                             be used as bit table address bits [59:56]
                 [55:4]       Bit table address bits [55:4]. Address type is determined by
                              CCB header. Address must be 64-byte aligned (CCB version
                              0) or 16-byte aligned (CCB version 1).
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2 3/4] docs: fix repeated word 'as' in dax-hv-api documentation
  2026-05-09 14:30 ` [PATCH v2 3/4] docs: fix repeated word 'as' in dax-hv-api documentation Adrien Reynard
@ 2026-05-09 16:03   ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-05-09 16:03 UTC (permalink / raw)
  To: Adrien Reynard, corbet; +Cc: skhan, linux-doc, linux-kernel



On 5/9/26 7:30 AM, Adrien Reynard wrote:
> Remove duplicated word 'as' found in three places in
> arch/sparc/oradax/dax-hv-api.txt.
> 
> Signed-off-by: Adrien Reynard <reynard.adrien.08@gmail.com>

Hi Adrien,
Please report what software you used to find these repeated words.
Thanks.


> ---
>  Documentation/arch/sparc/oradax/dax-hv-api.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/arch/sparc/oradax/dax-hv-api.txt b/Documentation/arch/sparc/oradax/dax-hv-api.txt
> index ef1a4c2bf08b..6dac2a778ccd 100644
> --- a/Documentation/arch/sparc/oradax/dax-hv-api.txt
> +++ b/Documentation/arch/sparc/oradax/dax-hv-api.txt
> @@ -485,7 +485,7 @@ Offset   Size   Field Description
>                               the virtual machine to use when accessing this data stream
>                               (checking is only guaranteed to be performed when using API
>                               version 1.1 and later). If using a virtual address, this field will
> -                             be used as as primary input address bits [59:56].
> +                             be used as the primary input address bits [59:56].
>                  [55:0]       Primary input address bits [55:0]. Address type is determined
>                               by CCB header.
>  24       8      Data Access Control
> @@ -576,7 +576,7 @@ Offset   Size   Field Description
>                                                       the virtual machine to use when accessing this data stream
>                                                       (checking is only guaranteed to be performed when using API
>                                                       version 1.1 and later). If using a virtual address, this field will
> -                                                     be used as as symbol table address bits [59:56].
> +                                                     be used as symbol table address bits [59:56].
>                                          [55:4]       Symbol table address bits [55:4]. Address type is determined
>                                                       by CCB header.
>                                          [3:0]        Symbol table version
> @@ -815,7 +815,7 @@ Offset   Size   Field Description
>                               the virtual machine to use when accessing this data stream
>                               (checking is only guaranteed to be performed when using API
>                               version 1.1 and later). If using a virtual address, this field will
> -                             be used as as bit table address bits [59:56]
> +                             be used as bit table address bits [59:56]
>                  [55:4]       Bit table address bits [55:4]. Address type is determined by
>                               CCB header. Address must be 64-byte aligned (CCB version
>                               0) or 16-byte aligned (CCB version 1).

-- 
~Randy


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-09 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 16:38 [PATCH 3/5] docs: fix repeated word 'as' in dax-hv-api Adrien Reynard
2026-05-08 17:18 ` Shuah Khan
2026-05-09 14:30 ` [PATCH v2 3/4] docs: fix repeated word 'as' in dax-hv-api documentation Adrien Reynard
2026-05-09 16:03   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox