[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <c554f9e8-fdc7-ada3-8b6e-70a3f3aef89f@infradead.org>
Date: Fri, 31 Jan 2020 17:52:30 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: Guo Ren <guoren@...nel.org>, linux-csky@...r.kernel.org
Subject: [PATCH] arch/csky: fix some Kconfig typos
From: Randy Dunlap <rdunlap@...radead.org>
Fix wording in help text for the CPU_HAS_LDSTEX symbol.
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Guo Ren <guoren@...nel.org>
Cc: linux-csky@...r.kernel.org
---
arch/csky/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20200131.orig/arch/csky/Kconfig
+++ linux-next-20200131/arch/csky/Kconfig
@@ -77,7 +77,7 @@ config CPU_HAS_TLBI
config CPU_HAS_LDSTEX
bool
help
- For SMP, CPU needs "ldex&stex" instrcutions to atomic operations.
+ For SMP, CPU needs "ldex&stex" instructions for atomic operations.
config CPU_NEED_TLBSYNC
bool
Powered by blists - more mailing lists