- afs-do-not-describe-debug-parameters-with-their-value.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     afs: do not describe debug parameters with their value
has been removed from the -mm tree.  Its filename was
     afs-do-not-describe-debug-parameters-with-their-value.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: afs: do not describe debug parameters with their value
From: Paul Bolle <pebolle@xxxxxxxxxx>

Describe debug parameters with their names (and not their values).

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 fs/afs/main.c        |    2 +-
 net/rxrpc/af_rxrpc.c |    2 +-
 net/rxrpc/rxkad.c    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff -puN fs/afs/main.c~afs-do-not-describe-debug-parameters-with-their-value fs/afs/main.c
--- a/fs/afs/main.c~afs-do-not-describe-debug-parameters-with-their-value
+++ a/fs/afs/main.c
@@ -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;
 
diff -puN net/rxrpc/af_rxrpc.c~afs-do-not-describe-debug-parameters-with-their-value net/rxrpc/af_rxrpc.c
--- a/net/rxrpc/af_rxrpc.c~afs-do-not-describe-debug-parameters-with-their-value
+++ a/net/rxrpc/af_rxrpc.c
@@ -27,7 +27,7 @@ MODULE_ALIAS_NETPROTO(PF_RXRPC);
 
 unsigned rxrpc_debug; // = RXRPC_DEBUG_KPROTO;
 module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO);
-MODULE_PARM_DESC(rxrpc_debug, "RxRPC debugging mask");
+MODULE_PARM_DESC(debug, "RxRPC debugging mask");
 
 static int sysctl_rxrpc_max_qlen __read_mostly = 10;
 
diff -puN net/rxrpc/rxkad.c~afs-do-not-describe-debug-parameters-with-their-value net/rxrpc/rxkad.c
--- a/net/rxrpc/rxkad.c~afs-do-not-describe-debug-parameters-with-their-value
+++ a/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) */
_

Patches currently in -mm which might be from pebolle@xxxxxxxxxx are

git-scsi-misc.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux