[PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph

Zenghui Yu <[email protected]> Sat, 20 Jun 2026 21:14:25 +0800
Newsgroups dev.linux.lists.netfs,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
The correct path of the "debug" module parameter should be
/sys/module/cachefiles/parameters/debug. Fix it.

Signed-off-by: Zenghui Yu <[email protected]>
---
 fs/cachefiles/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/cachefiles/Kconfig b/fs/cachefiles/Kconfig
index c5a070550ee3..1f0ec7d287b9 100644
--- a/fs/cachefiles/Kconfig
+++ b/fs/cachefiles/Kconfig
@@ -17,7 +17,7 @@ config CACHEFILES_DEBUG
 	help
 	  This permits debugging to be dynamically enabled in the filesystem
 	  caching on files module.  If this is set, the debugging output may be
-	  enabled by setting bits in /sys/modules/cachefiles/parameter/debug or
+	  enabled by setting bits in /sys/module/cachefiles/parameters/debug or
 	  by including a debugging specifier in /etc/cachefilesd.conf.
 
 config CACHEFILES_ERROR_INJECTION
-- 
2.53.0