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

Mark Brown broonie at kernel.org
Wed Oct 19 05:09:42 PDT 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>
---
 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 8aefa1001ae5..cb1069761009 100644
--- a/Documentation/arm64/booting.rst
+++ b/Documentation/arm64/booting.rst
@@ -340,7 +340,7 @@ Before jumping into the kernel, the following conditions must be met:
     - SMCR_EL2.LEN must be initialised to the same value for all CPUs the
       kernel will execute on.
 
-  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:
 

base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780
-- 
2.30.2




More information about the linux-arm-kernel mailing list