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
@@ -31,7 +31,7 @@
|
||||
|
||||
unsigned rxrpc_debug;
|
||||
module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO);
|
||||
MODULE_PARM_DESC(rxrpc_debug, "rxkad debugging mask");
|
||||
MODULE_PARM_DESC(debug, "rxkad debugging mask");
|
||||
|
||||
struct rxkad_level1_hdr {
|
||||
__be32 data_size; /* true data size (excluding padding) */
|
||||
|
Reference in New Issue
Block a user