module_param: make bool parameters really bool (net & drivers/net)
[deliverable/linux.git] / net / dccp / ccids / ccid3.c
index 3d604e1349c0b0e5d94ff755a90c7dd395b92a24..560627307200d5d63714c67d5a59b494b687f513 100644 (file)
@@ -38,7 +38,7 @@
 #include <asm/unaligned.h>
 
 #ifdef CONFIG_IP_DCCP_CCID3_DEBUG
-static int ccid3_debug;
+static bool ccid3_debug;
 #define ccid3_pr_debug(format, a...)   DCCP_PR_DEBUG(ccid3_debug, format, ##a)
 #else
 #define ccid3_pr_debug(format, a...)
This page took 0.023804 seconds and 5 git commands to generate.