[4/4] arm64/sme: Remove spurious 'is' in SME documentation

Message ID 20240122-arm64-sve-sme-doc-v1-4-3d492e45265b@kernel.org
State New
Headers
Series arm64/fp: Documentation cleanups and clarifications |

Commit Message

Mark Brown Jan. 22, 2024, 8:41 p.m. UTC
  Just a typographical error.

Reported-by: Edmund Grimley-Evans <edmund.grimley-evans@arm.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/arch/arm64/sme.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Dave Martin Jan. 23, 2024, 3:50 p.m. UTC | #1
On Mon, Jan 22, 2024 at 08:41:54PM +0000, Mark Brown wrote:
> Just a typographical error.
> 
> Reported-by: Edmund Grimley-Evans <edmund.grimley-evans@arm.com>
> Signed-off-by: Mark Brown <broonie@kernel.org>

FWIW (just to break my duck),

Reviewed-by: Dave Martin <Dave.Martin@arm.com>

> ---
>  Documentation/arch/arm64/sme.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/arch/arm64/sme.rst b/Documentation/arch/arm64/sme.rst
> index ba0a5e5b2523..bc9855e599c8 100644
> --- a/Documentation/arch/arm64/sme.rst
> +++ b/Documentation/arch/arm64/sme.rst
> @@ -75,7 +75,7 @@ model features for SME is included in Appendix A.
>  2.  Vector lengths
>  ------------------
>  
> -SME defines a second vector length similar to the SVE vector length which is
> +SME defines a second vector length similar to the SVE vector length which
>  controls the size of the streaming mode SVE vectors and the ZA matrix array.
>  The ZA matrix is square with each side having as many bytes as a streaming
>  mode SVE vector.
> 
> -- 
> 2.30.2
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
  

Patch

diff --git a/Documentation/arch/arm64/sme.rst b/Documentation/arch/arm64/sme.rst
index ba0a5e5b2523..bc9855e599c8 100644
--- a/Documentation/arch/arm64/sme.rst
+++ b/Documentation/arch/arm64/sme.rst
@@ -75,7 +75,7 @@  model features for SME is included in Appendix A.
 2.  Vector lengths
 ------------------
 
-SME defines a second vector length similar to the SVE vector length which is
+SME defines a second vector length similar to the SVE vector length which
 controls the size of the streaming mode SVE vectors and the ZA matrix array.
 The ZA matrix is square with each side having as many bytes as a streaming
 mode SVE vector.