[PATCH] [JFFS2] update dead link in kconfig help text

Julian Braha posted 1 patch 2 months, 1 week ago
fs/jffs2/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] [JFFS2] update dead link in kconfig help text
Posted by Julian Braha 2 months, 1 week ago
The existing http://www.gzip.org/zlib/ link in the help text gives a 404
error. I believe the most up-to-date website for zlib
is https://www.zlib.net/

Let's update it.

This dead link was found by kconfirm, a static analysis tool for Kconfig.

Signed-off-by: Julian Braha <julianbraha@gmail.com>
---
 fs/jffs2/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
index 560187d61562..289dc25f62cb 100644
--- a/fs/jffs2/Kconfig
+++ b/fs/jffs2/Kconfig
@@ -119,7 +119,7 @@ config JFFS2_ZLIB
 	help
 	  Zlib is designed to be a free, general-purpose, legally unencumbered,
 	  lossless data-compression library for use on virtually any computer
-	  hardware and operating system. See <http://www.gzip.org/zlib/> for
+	  hardware and operating system. See <https://www.zlib.net/> for
 	  further information.
 
 	  Say 'Y' if unsure.
-- 
2.53.0
Re: [PATCH] [JFFS2] update dead link in kconfig help text
Posted by Zhihao Cheng 2 months, 1 week ago
在 2026/4/6 0:22, Julian Braha 写道:
> The existing http://www.gzip.org/zlib/ link in the help text gives a 404
> error. I believe the most up-to-date website for zlib
> is https://www.zlib.net/
> 
> Let's update it.
> 
> This dead link was found by kconfirm, a static analysis tool for Kconfig.
> 
> Signed-off-by: Julian Braha <julianbraha@gmail.com>
> ---
>   fs/jffs2/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com>
> diff --git a/fs/jffs2/Kconfig b/fs/jffs2/Kconfig
> index 560187d61562..289dc25f62cb 100644
> --- a/fs/jffs2/Kconfig
> +++ b/fs/jffs2/Kconfig
> @@ -119,7 +119,7 @@ config JFFS2_ZLIB
>   	help
>   	  Zlib is designed to be a free, general-purpose, legally unencumbered,
>   	  lossless data-compression library for use on virtually any computer
> -	  hardware and operating system. See <http://www.gzip.org/zlib/> for
> +	  hardware and operating system. See <https://www.zlib.net/> for
>   	  further information.
>   
>   	  Say 'Y' if unsure.
>