diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index c0b685efe245..cc9bf1cb2646 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -992,7 +992,7 @@ MODULE_PARM_DESC(thash_entries, "Number of ehash buckets"); | |||
992 | 992 | ||
993 | #ifdef CONFIG_IP_DCCP_DEBUG | 993 | #ifdef CONFIG_IP_DCCP_DEBUG |
994 | int dccp_debug; | 994 | int dccp_debug; |
995 | module_param(dccp_debug, int, 0444); | 995 | module_param(dccp_debug, bool, 0444); |
996 | MODULE_PARM_DESC(dccp_debug, "Enable debug messages"); | 996 | MODULE_PARM_DESC(dccp_debug, "Enable debug messages"); |
997 | 997 | ||
998 | EXPORT_SYMBOL_GPL(dccp_debug); | 998 | EXPORT_SYMBOL_GPL(dccp_debug); |