[PATCH v2] microblaze: fix typos in Kconfig

Ahelenia Ziemiańska posted 1 patch 6 months, 2 weeks ago
arch/microblaze/Kconfig.platform | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH v2] microblaze: fix typos in Kconfig
Posted by Ahelenia Ziemiańska 6 months, 2 weeks ago
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>
---
v1: <f6e465fee5a824a67be1ae7c3bc1b72adcf9471f.1746558529.git.nabijaczleweli@nabijaczleweli.xyz>

 arch/microblaze/Kconfig.platform | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/microblaze/Kconfig.platform b/arch/microblaze/Kconfig.platform
index 7795f90dad86..9cf9007ed69a 100644
--- a/arch/microblaze/Kconfig.platform
+++ b/arch/microblaze/Kconfig.platform
@@ -8,10 +8,10 @@
 menu "Platform options"
 
 config OPT_LIB_FUNCTION
-	bool "Optimalized lib function"
+	bool "Optimized lib function"
 	default y
 	help
-	  Allows turn on optimalized library function (memcpy and memmove).
+	  Turns on optimized library functions (memcpy and memmove).
 	  They are optimized by using word alignment. This will work
 	  fine if both source and destination are aligned on the same
 	  boundary. However, if they are aligned on different boundaries
@@ -19,13 +19,13 @@ config OPT_LIB_FUNCTION
 	  on MicroBlaze systems without a barrel shifter.
 
 config OPT_LIB_ASM
-	bool "Optimalized lib function ASM"
+	bool "Optimized lib function ASM"
 	depends on OPT_LIB_FUNCTION && (XILINX_MICROBLAZE0_USE_BARREL = 1)
 	depends on CPU_BIG_ENDIAN
 	default n
 	help
-	  Allows turn on optimalized library function (memcpy and memmove).
-	  Function are written in asm code.
+	  Turns on optimized library functions (memcpy and memmove).
+	  They are written in assembly.
 
 # Definitions for MICROBLAZE0
 comment "Definitions for MICROBLAZE0"
-- 
2.39.5
Re: [PATCH v2] microblaze: fix typos in Kconfig
Posted by Michal Simek 6 months, 1 week ago

On 6/4/25 14:18, Ahelenia Ziemiańska wrote:
> 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>
> ---
> v1: <f6e465fee5a824a67be1ae7c3bc1b72adcf9471f.1746558529.git.nabijaczleweli@nabijaczleweli.xyz>
> 
>   arch/microblaze/Kconfig.platform | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/arch/microblaze/Kconfig.platform b/arch/microblaze/Kconfig.platform
> index 7795f90dad86..9cf9007ed69a 100644
> --- a/arch/microblaze/Kconfig.platform
> +++ b/arch/microblaze/Kconfig.platform
> @@ -8,10 +8,10 @@
>   menu "Platform options"
>   
>   config OPT_LIB_FUNCTION
> -	bool "Optimalized lib function"
> +	bool "Optimized lib function"
>   	default y
>   	help
> -	  Allows turn on optimalized library function (memcpy and memmove).
> +	  Turns on optimized library functions (memcpy and memmove).
>   	  They are optimized by using word alignment. This will work
>   	  fine if both source and destination are aligned on the same
>   	  boundary. However, if they are aligned on different boundaries
> @@ -19,13 +19,13 @@ config OPT_LIB_FUNCTION
>   	  on MicroBlaze systems without a barrel shifter.
>   
>   config OPT_LIB_ASM
> -	bool "Optimalized lib function ASM"
> +	bool "Optimized lib function ASM"
>   	depends on OPT_LIB_FUNCTION && (XILINX_MICROBLAZE0_USE_BARREL = 1)
>   	depends on CPU_BIG_ENDIAN
>   	default n
>   	help
> -	  Allows turn on optimalized library function (memcpy and memmove).
> -	  Function are written in asm code.
> +	  Turns on optimized library functions (memcpy and memmove).
> +	  They are written in assembly.
>   
>   # Definitions for MICROBLAZE0
>   comment "Definitions for MICROBLAZE0"

Applied.
M

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs