[PATCH] drivers: cpu: fix syntax error in Kconfig documentation

Hugo Villeneuve hugo at hugovil.com
Mon Feb 16 18:28:39 CET 2026


From: Hugo Villeneuve <hvilleneuve at dimonoff.com>

Replace then -> they so that the sentence makes sense.

Signed-off-by: Hugo Villeneuve <hvilleneuve at dimonoff.com>
---
 drivers/cpu/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpu/Kconfig b/drivers/cpu/Kconfig
index 4cc3679c009..6a96be94de4 100644
--- a/drivers/cpu/Kconfig
+++ b/drivers/cpu/Kconfig
@@ -3,7 +3,7 @@ config CPU
 	help
 	  This allows drivers to be provided for CPUs and their type to be
 	  specified in the board's device tree. For boards which support
-	  multiple CPUs, then normally have to be set up in U-Boot so that
+	  multiple CPUs, they normally have to be set up in U-Boot so that
 	  they can work correctly in the OS. This provides a framework for
 	  finding out information about available CPUs and making changes.
 

base-commit: dffccda75cc68fb9cee3a17b34e6d9a9c27feb39
-- 
2.47.3



More information about the U-Boot mailing list