[<prev] [next>] [day] [month] [year] [list]
Message-Id: <c10ca3e18a783f6fc7ada13782e5f789e9fc2e7b.1705935488.git.geert+renesas@glider.be>
Date: Mon, 22 Jan 2024 16:03:09 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Paul Walmsley <paul.walmsley@...ive.com>,
Palmer Dabbelt <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
Clément Léger <cleger@...osinc.com>,
Björn Töpel <bjorn@...osinc.com>
Cc: linux-riscv@...ts.infradead.org,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH] riscv: misaligned: Grammar s/disable/disabled/
Fix a wrong conjugation of "disabled".
Fixes: 7c83232161f609bb ("riscv: add support for misaligned trap handling in S-mode")
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
arch/riscv/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 69d24f51392206bd..f1b22d11e0b63b32 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -693,7 +693,7 @@ config RISCV_MISALIGNED
default y
help
Say Y here if you want the kernel to embed support for misaligned
- load/store for both kernel and userspace. When disable, misaligned
+ load/store for both kernel and userspace. When disabled, misaligned
accesses will generate SIGBUS in userspace and panic in kernel.
config RISCV_EFFICIENT_UNALIGNED_ACCESS
--
2.34.1
Powered by blists - more mailing lists