Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

microblaze: fix typos in Kconfig

optimalize -> optimize, these configs turn the functions on instead of
allowing them to be turned on, consistent pluralisation

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Link: https://lore.kernel.org/r/2pg4pexvl2guyww56tnjrt3hjsb6bqtccmpkzt42sqz3igcq56@tarta.nabijaczleweli.xyz
Signed-off-by: Michal Simek <michal.simek@amd.com>

authored by

Ahelenia Ziemiańska and committed by
Michal Simek
70784d2e 8f5ae30d

+5 -5
+5 -5
arch/microblaze/Kconfig.platform
··· 8 8 menu "Platform options" 9 9 10 10 config OPT_LIB_FUNCTION 11 - bool "Optimalized lib function" 11 + bool "Optimized lib function" 12 12 default y 13 13 help 14 - Allows turn on optimalized library function (memcpy and memmove). 14 + Turns on optimized library functions (memcpy and memmove). 15 15 They are optimized by using word alignment. This will work 16 16 fine if both source and destination are aligned on the same 17 17 boundary. However, if they are aligned on different boundaries ··· 19 19 on MicroBlaze systems without a barrel shifter. 20 20 21 21 config OPT_LIB_ASM 22 - bool "Optimalized lib function ASM" 22 + bool "Optimized lib function ASM" 23 23 depends on OPT_LIB_FUNCTION && (XILINX_MICROBLAZE0_USE_BARREL = 1) 24 24 depends on CPU_BIG_ENDIAN 25 25 default n 26 26 help 27 - Allows turn on optimalized library function (memcpy and memmove). 28 - Function are written in asm code. 27 + Turns on optimized library functions (memcpy and memmove). 28 + They are written in assembly. 29 29 30 30 # Definitions for MICROBLAZE0 31 31 comment "Definitions for MICROBLAZE0"