Commit a86ecfa6 authored by Colin Ian King's avatar Colin Ian King Committed by Linus Torvalds
Browse files

arch/Kconfig: fix spelling mistakes

There are a few spelling mistakes in the Kconfig comments and help text.
Fix these.

Link: https://lkml.kernel.org/r/20201207155004.171962-1-colin.king@canonical.com


Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 45680967
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -261,7 +261,7 @@ config ARCH_HAS_SET_DIRECT_MAP


#
#
# Select if the architecture provides the arch_dma_set_uncached symbol to
# Select if the architecture provides the arch_dma_set_uncached symbol to
# either provide an uncached segement alias for a DMA allocation, or
# either provide an uncached segment alias for a DMA allocation, or
# to remap the page tables in place.
# to remap the page tables in place.
#
#
config ARCH_HAS_DMA_SET_UNCACHED
config ARCH_HAS_DMA_SET_UNCACHED
@@ -314,14 +314,14 @@ config ARCH_32BIT_OFF_T
config HAVE_ASM_MODVERSIONS
config HAVE_ASM_MODVERSIONS
	bool
	bool
	help
	help
	  This symbol should be selected by an architecure if it provides
	  This symbol should be selected by an architecture if it provides
	  <asm/asm-prototypes.h> to support the module versioning for symbols
	  <asm/asm-prototypes.h> to support the module versioning for symbols
	  exported from assembly code.
	  exported from assembly code.


config HAVE_REGS_AND_STACK_ACCESS_API
config HAVE_REGS_AND_STACK_ACCESS_API
	bool
	bool
	help
	help
	  This symbol should be selected by an architecure if it supports
	  This symbol should be selected by an architecture if it supports
	  the API needed to access registers and stack entries from pt_regs,
	  the API needed to access registers and stack entries from pt_regs,
	  declared in asm/ptrace.h
	  declared in asm/ptrace.h
	  For example the kprobes-based event tracer needs this API.
	  For example the kprobes-based event tracer needs this API.
@@ -336,7 +336,7 @@ config HAVE_RSEQ
config HAVE_FUNCTION_ARG_ACCESS_API
config HAVE_FUNCTION_ARG_ACCESS_API
	bool
	bool
	help
	help
	  This symbol should be selected by an architecure if it supports
	  This symbol should be selected by an architecture if it supports
	  the API needed to access function arguments from pt_regs,
	  the API needed to access function arguments from pt_regs,
	  declared in asm/ptrace.h
	  declared in asm/ptrace.h