diff options
Diffstat (limited to 'net/dccp/ccids/ccid3.c')
-rw-r--r-- | net/dccp/ccids/ccid3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid3.c b/net/dccp/ccids/ccid3.c index 3d604e1349c0..560627307200 100644 --- a/net/dccp/ccids/ccid3.c +++ b/net/dccp/ccids/ccid3.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #include <asm/unaligned.h> | 38 | #include <asm/unaligned.h> |
39 | 39 | ||
40 | #ifdef CONFIG_IP_DCCP_CCID3_DEBUG | 40 | #ifdef CONFIG_IP_DCCP_CCID3_DEBUG |
41 | static int ccid3_debug; | 41 | static bool ccid3_debug; |
42 | #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) | 42 | #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) |
43 | #else | 43 | #else |
44 | #define ccid3_pr_debug(format, a...) | 44 | #define ccid3_pr_debug(format, a...) |