[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <f6e465fee5a824a67be1ae7c3bc1b72adcf9471f.1746558529.git.nabijaczleweli@nabijaczleweli.xyz>
Date: Tue, 6 May 2025 21:10:00 +0200
From:
Ahelenia Ziemiańska <nabijaczleweli@...ijaczleweli.xyz>
To: Michal Simek <monstr@...str.eu>, linux-kernel@...r.kernel.org
Subject: [PATCH 1/2] microblaze: optimalize -> optimize
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@...ijaczleweli.xyz>
---
arch/microblaze/Kconfig.platform | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/microblaze/Kconfig.platform b/arch/microblaze/Kconfig.platform
index 7795f90dad86..2d18edde4823 100644
--- a/arch/microblaze/Kconfig.platform
+++ b/arch/microblaze/Kconfig.platform
@@ -11,7 +11,7 @@ config OPT_LIB_FUNCTION
bool "Optimalized lib function"
default y
help
- Allows turn on optimalized library function (memcpy and memmove).
+ Allows turn on optimized library function (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
@@ -24,7 +24,7 @@ config OPT_LIB_ASM
depends on CPU_BIG_ENDIAN
default n
help
- Allows turn on optimalized library function (memcpy and memmove).
+ Allows turn on optimized library function (memcpy and memmove).
Function are written in asm code.
# Definitions for MICROBLAZE0
--
2.39.5
Download attachment "signature.asc" of type "application/pgp-signature" (834 bytes)
Powered by blists - more mailing lists