[PATCH] lib: fix typos in Kconfig

There are trivial typos in the Kconfig file. Fix them.
Fixes: d56b4b1974 ("configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS") Fixes: 7264f2928b ("spl: fit: Eanble GZIP support for image decompression") Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io ---
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig index c535147aea..d8f312f37e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -478,7 +478,7 @@ config LZMA config LZO bool "Enable LZO decompression support" help - This enables support for LZO compression algorithm.r + This enables support for LZO compression algorithm.
config GZIP bool "Enable gzip decompression support" @@ -537,7 +537,7 @@ config SPL_GZIP bool "Enable gzip decompression support for SPL build" select SPL_ZLIB help - This enables support for GZIP compression altorithm for SPL boot. + This enables support for GZIP compression algorithm for SPL boot.
config SPL_ZLIB bool

On Tue, Aug 31, 2021 at 7:58 PM Oleksandr Suvorov oleksandr.suvorov@foundries.io wrote:
There are trivial typos in the Kconfig file. Fix them.
Fixes: d56b4b1974 ("configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS") Fixes: 7264f2928b ("spl: fit: Eanble GZIP support for image decompression") Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On 8/31/21 1:58 PM, Oleksandr Suvorov wrote:
There are trivial typos in the Kconfig file. Fix them.
Fixes: d56b4b1974 ("configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS") Fixes: 7264f2928b ("spl: fit: Eanble GZIP support for image decompression") Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig index c535147aea..d8f312f37e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -478,7 +478,7 @@ config LZMA config LZO bool "Enable LZO decompression support" help
This enables support for LZO compression algorithm.r
This enables support for LZO compression algorithm.
%s/for LZO/for the LZO/
config GZIP bool "Enable gzip decompression support" @@ -537,7 +537,7 @@ config SPL_GZIP bool "Enable gzip decompression support for SPL build" select SPL_ZLIB help
This enables support for GZIP compression altorithm for SPL boot.
This enables support for GZIP compression algorithm for SPL boot.
%s/for GZIP/for the GZIP/
Best regards
Heinrich
config SPL_ZLIB bool

Hello Heinrich,
On Tue, Aug 31, 2021 at 8:01 PM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
On 8/31/21 1:58 PM, Oleksandr Suvorov wrote:
There are trivial typos in the Kconfig file. Fix them.
Fixes: d56b4b1974 ("configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS") Fixes: 7264f2928b ("spl: fit: Eanble GZIP support for image decompression") Signed-off-by: Oleksandr Suvorov oleksandr.suvorov@foundries.io
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig index c535147aea..d8f312f37e 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -478,7 +478,7 @@ config LZMA config LZO bool "Enable LZO decompression support" help
This enables support for LZO compression algorithm.r
This enables support for LZO compression algorithm.
%s/for LZO/for the LZO/
config GZIP bool "Enable gzip decompression support" @@ -537,7 +537,7 @@ config SPL_GZIP bool "Enable gzip decompression support for SPL build" select SPL_ZLIB help
This enables support for GZIP compression altorithm for SPL boot.
This enables support for GZIP compression algorithm for SPL boot.
%s/for GZIP/for the GZIP/
Thanks, you're right. If we change typos, we can fix grammar in these strings as well :)
Best regards
Heinrich
config SPL_ZLIB bool
participants (4)
-
Bin Meng
-
Heinrich Schuchardt
-
Oleksandr Suvorov
-
Oleksandr Suvorov