module_param: make bool parameters really bool (net & drivers/net)
[linux-block.git] / net / bluetooth / bnep / core.c
index 42d53b85a80826c3ddc5af51c79a8684293a25f2..a779ec703323ce7293522e3cdb7af1d41b3c58a2 100644 (file)
@@ -56,8 +56,8 @@
 
 #define VERSION "1.3"
 
-static int compress_src = 1;
-static int compress_dst = 1;
+static bool compress_src = true;
+static bool compress_dst = true;
 
 static LIST_HEAD(bnep_session_list);
 static DECLARE_RWSEM(bnep_session_sem);