[PATCH v2] arm64/booting: Add missing colon to FA64 entry

Mark Brown broonie at kernel.org
Mon Nov 7 09:19:12 PST 2022


The booting documentation for FEAT_SME_FA64 is missing a colon that is
normally present, add it.

Signed-off-by: Mark Brown <broonie at kernel.org>
---

v2:
 - Rebase onto v6.1-rc4.

 Documentation/arm64/booting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arm64/booting.rst b/Documentation/arm64/booting.rst
index 8c324ad638de..62ddba739d99 100644
--- a/Documentation/arm64/booting.rst
+++ b/Documentation/arm64/booting.rst
@@ -348,7 +348,7 @@ Before jumping into the kernel, the following conditions must be met:
 
     - HWFGWTR_EL2.nSMPRI_EL1 (bit 54) must be initialised to 0b01.
 
-  For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64)
+  For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64):
 
   - If EL3 is present:
 
-- 
2.30.2




More information about the linux-arm-kernel mailing list