summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorCorentin Labbe2019-01-18 14:45:27 +0100
committerMax Filippov2019-01-26 11:02:15 +0100
commitad33cc805223614166c8f4081288f0b3c4b0862d (patch)
tree5de0d43aaf78eba4878c22a7100ab4b2532bb1b1 /arch/xtensa/Kconfig
parentdrivers/irqchip: xtensa-mx: fix mask and unmask (diff)
downloadkernel-qcow2-linux-ad33cc805223614166c8f4081288f0b3c4b0862d.tar.gz
kernel-qcow2-linux-ad33cc805223614166c8f4081288f0b3c4b0862d.tar.xz
kernel-qcow2-linux-ad33cc805223614166c8f4081288f0b3c4b0862d.zip
xtensa: Fix typo use space=>user space
This patch fix a simple typo. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.