[PATCH] cachefiles: Fix path of the "debug" module parameter in help paragraph
From: Zenghui Yu
Date: Sat Jun 20 2026 - 09:15:32 EST
The correct path of the "debug" module parameter should be
/sys/module/cachefiles/parameters/debug. Fix it.
Signed-off-by: Zenghui Yu <zenghui.yu@xxxxxxxxx>
---
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