From 86a125255667a3b95b63f1df30c19eea1c001b07 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Thu, 15 Jul 2021 10:08:48 +0000 Subject: [PATCH] arch/Kconfig: Remove stray tab from USERSPACE help Commit removes stray tab from help. Signed-off-by: Dominik Ermel --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index 3238c9de8ae..e1d84c1e9f6 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -253,7 +253,7 @@ config USERSPACE When enabled, threads may be created or dropped down to user mode, which has significantly restricted permissions and must interact with the kernel via system calls. See Zephyr documentation for more - details about this feature. + details about this feature. If a user thread overflows its stack, this will be caught and the kernel itself will be shielded from harm. Enabling this option