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

Julian Braha julianbraha at gmail.com
Sun Apr 5 09:22:52 PDT 2026


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(-)

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




More information about the linux-mtd mailing list