You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
AFS: Do not describe debug parameters with their value
Describe debug parameters with their names (and not their values). Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b87e81e5c6
commit
424b00e2c0
+1
-1
@@ -22,7 +22,7 @@ MODULE_LICENSE("GPL");
|
||||
|
||||
unsigned afs_debug;
|
||||
module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO);
|
||||
MODULE_PARM_DESC(afs_debug, "AFS debugging mask");
|
||||
MODULE_PARM_DESC(debug, "AFS debugging mask");
|
||||
|
||||
static char *rootcell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user