linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/csky: fix some Kconfig typos
@ 2020-02-01  1:52 Randy Dunlap
  2020-02-01  5:49 ` Guo Ren
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-02-01  1:52 UTC (permalink / raw)
  To: LKML, Andrew Morton; +Cc: Guo Ren, linux-csky

From: Randy Dunlap <rdunlap@infradead.org>

Fix wording in help text for the CPU_HAS_LDSTEX symbol.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Guo Ren <guoren@kernel.org>
Cc: linux-csky@vger.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-01  5:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-01  1:52 [PATCH] arch/csky: fix some Kconfig typos Randy Dunlap
2020-02-01  5:49 ` Guo Ren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).