diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2008-04-16 12:08:22 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-16 16:43:48 +0200 |
commit | 424b00e2c0f0c38f2cf5331391742ec998f6d89f (patch) | |
tree | 78bc6e4e18ee2ac499bdf56e6024c9a042c34766 /net/rxrpc/rxkad.c | |
parent | acpi: unneccessary to scan the PCI bus already scanned (diff) | |
download | linux-424b00e2c0f0c38f2cf5331391742ec998f6d89f.tar.xz linux-424b00e2c0f0c38f2cf5331391742ec998f6d89f.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | net/rxrpc/rxkad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/rxkad.c b/net/rxrpc/rxkad.c index d1c296f2d617..6d38a81b336d 100644 --- a/net/rxrpc/rxkad.c +++ b/net/rxrpc/rxkad.c @@ -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) */ |