diff options
author | Will Deacon <[email protected]> | 2023-08-25 12:35:38 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2023-08-25 12:35:38 +0100 |
commit | 0f4f768ffbc67e6276db8f5b1c677c21a9222542 (patch) | |
tree | ddf7a86a3455d069df7b7e266ea2ab121ad2e558 | |
parent | 1f5a062df2cc521aa9c36f4d69a8b4d526517c14 (diff) | |
parent | c3651feff2969b13c45f87444befcb96a0137b8d (diff) |
Merge branch 'for-next/docs' into for-next/core
* for-next/docs:
Documentation: arm64: Correct SME ZA macros name
-rw-r--r-- | Documentation/arch/arm64/sme.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arch/arm64/sme.rst b/Documentation/arch/arm64/sme.rst index ba529a1dc606..3d0e53ecac4f 100644 --- a/Documentation/arch/arm64/sme.rst +++ b/Documentation/arch/arm64/sme.rst @@ -322,7 +322,7 @@ The regset data starts with struct user_za_header, containing: VL is supported. * The size and layout of the payload depends on the header fields. The - SME_PT_ZA_*() macros are provided to facilitate access to the data. + ZA_PT_ZA*() macros are provided to facilitate access to the data. * In either case, for SETREGSET it is permissible to omit the payload, in which case the vector length and flags are changed and PSTATE.ZA is set to 0 |