module_param: make bool parameters really bool (net & drivers/net)
[deliverable/linux.git] / net / ipv4 / netfilter / ipt_ULOG.c
index b5508151e5476a23d3285b2bf919dba3132bc322..ba5756d20165ec0d5bb6d41359e219e03d9bdb8d 100644 (file)
@@ -65,7 +65,7 @@ static unsigned int flushtimeout = 10;
 module_param(flushtimeout, uint, 0600);
 MODULE_PARM_DESC(flushtimeout, "buffer flush timeout (hundredths of a second)");
 
-static int nflog = 1;
+static bool nflog = true;
 module_param(nflog, bool, 0400);
 MODULE_PARM_DESC(nflog, "register as internal netfilter logging module");
 
This page took 0.02724 seconds and 5 git commands to generate.