2019-01-18 13:48:05

by Corentin LABBE

[permalink] [raw]
Subject: [PATCH] xtensa: Fix typo use space=>user space

This patch fix a simple typo.

Signed-off-by: Corentin Labbe <[email protected]>
---
arch/xtensa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 20a0756f27ef..48906ac5fd25 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -164,7 +164,7 @@ config XTENSA_FAKE_NMI
If unsure, say N.

config XTENSA_UNALIGNED_USER
- bool "Unaligned memory access in use space"
+ bool "Unaligned memory access in user space"
help
The Xtensa architecture currently does not handle unaligned
memory accesses in hardware but through an exception handler.
--
2.19.2



2019-01-25 20:45:25

by Max Filippov

[permalink] [raw]
Subject: Re: [PATCH] xtensa: Fix typo use space=>user space

On Fri, Jan 18, 2019 at 5:45 AM Corentin Labbe <[email protected]> wrote:
>
> This patch fix a simple typo.
>
> Signed-off-by: Corentin Labbe <[email protected]>
> ---
> arch/xtensa/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my xtensa tree.

--
Thanks.
-- Max