Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88358
b: refs/heads/master
c: 424b00e
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and Linus Torvalds committed Apr 16, 2008
1 parent e5e6647 commit 2b57b5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b87e81e5c6e64ae0eae3b4f61bf07bfeec856184
refs/heads/master: 424b00e2c0f0c38f2cf5331391742ec998f6d89f
2 changes: 1 addition & 1 deletion trunk/fs/afs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/rxrpc/af_rxrpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/rxrpc/rxkad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) */
Expand Down

0 comments on commit 2b57b5e

Please sign in to comment.