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
@@ -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