Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Paul Bolle and committed by
Linus Torvalds
424b00e2 b87e81e5

+3 -3
+1 -1
fs/afs/main.c
··· 22 22 23 23 unsigned afs_debug; 24 24 module_param_named(debug, afs_debug, uint, S_IWUSR | S_IRUGO); 25 - MODULE_PARM_DESC(afs_debug, "AFS debugging mask"); 25 + MODULE_PARM_DESC(debug, "AFS debugging mask"); 26 26 27 27 static char *rootcell; 28 28
+1 -1
net/rxrpc/af_rxrpc.c
··· 27 27 28 28 unsigned rxrpc_debug; // = RXRPC_DEBUG_KPROTO; 29 29 module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO); 30 - MODULE_PARM_DESC(rxrpc_debug, "RxRPC debugging mask"); 30 + MODULE_PARM_DESC(debug, "RxRPC debugging mask"); 31 31 32 32 static int sysctl_rxrpc_max_qlen __read_mostly = 10; 33 33
+1 -1
net/rxrpc/rxkad.c
··· 31 31 32 32 unsigned rxrpc_debug; 33 33 module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO); 34 - MODULE_PARM_DESC(rxrpc_debug, "rxkad debugging mask"); 34 + MODULE_PARM_DESC(debug, "rxkad debugging mask"); 35 35 36 36 struct rxkad_level1_hdr { 37 37 __be32 data_size; /* true data size (excluding padding) */