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

Zhihao Cheng chengzhihao1 at huawei.com
Mon Apr 6 18:20:58 PDT 2026


在 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 at gmail.com>
> ---
>   fs/jffs2/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Zhihao Cheng <chengzhihao1 at 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.
> 




More information about the linux-mtd mailing list