diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.c')
-rw-r--r-- | net/dccp/ccids/ccid2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid2.c b/net/dccp/ccids/ccid2.c index d29b88fe723c..c199f34c1940 100644 --- a/net/dccp/ccids/ccid2.c +++ b/net/dccp/ccids/ccid2.c | |||
@@ -835,7 +835,7 @@ static struct ccid_operations ccid2 = { | |||
835 | }; | 835 | }; |
836 | 836 | ||
837 | #ifdef CONFIG_IP_DCCP_CCID2_DEBUG | 837 | #ifdef CONFIG_IP_DCCP_CCID2_DEBUG |
838 | module_param(ccid2_debug, int, 0444); | 838 | module_param(ccid2_debug, bool, 0444); |
839 | MODULE_PARM_DESC(ccid2_debug, "Enable debug messages"); | 839 | MODULE_PARM_DESC(ccid2_debug, "Enable debug messages"); |
840 | #endif | 840 | #endif |
841 | 841 | ||