aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r--net/dccp/proto.c2
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
994int dccp_debug; 994int dccp_debug;
995module_param(dccp_debug, int, 0444); 995module_param(dccp_debug, bool, 0444);
996MODULE_PARM_DESC(dccp_debug, "Enable debug messages"); 996MODULE_PARM_DESC(dccp_debug, "Enable debug messages");
997 997
998EXPORT_SYMBOL_GPL(dccp_debug); 998EXPORT_SYMBOL_GPL(dccp_debug);