diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-02-01 04:52:30 +0300 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2020-02-21 10:43:25 +0300 |
commit | bebd26ab623616728d6e72b5c74a47bfff5287d8 (patch) | |
tree | 3e9b3add17730aae39a510bb1c0049943f700f97 /arch/csky | |
parent | 2305f60b76110cb3e8658a4ae85d1f7eb0c66a5b (diff) | |
download | linux-bebd26ab623616728d6e72b5c74a47bfff5287d8.tar.xz |
arch/csky: fix some Kconfig typos
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>
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig index 111474b50f69..f1e73543feec 100644 --- a/arch/csky/Kconfig +++ b/arch/csky/Kconfig @@ -76,7 +76,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 |