blob: 62650e5d819791945942a12d34c07df4ca0cce14 [file] [log] [blame]
From 1c852db6ae3780de5f038da78bad347eda5bceea Mon Sep 17 00:00:00 2001
From: Randy Dunlap <rdunlap@infradead.org>
Date: Fri, 31 Jan 2020 17:52:30 -0800
Subject: [PATCH] arch/csky: fix some Kconfig typos
commit bebd26ab623616728d6e72b5c74a47bfff5287d8 upstream.
Fix wording in help text for the CPU_HAS_LDSTEX symbol.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Guo Ren <guoren@kernel.org>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index cf798a1628cf..fa06292744c6 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -70,7 +70,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
--
2.7.4