module_param: make bool parameters really bool (net & drivers/net)
[deliverable/linux.git] / include / net / sctp / structs.h
index ad0e31bf745023ea1a079d2387cee5c6ffab961d..07e2cb1ae1f89041a2fe9e227b4d296303e991b7 100644 (file)
@@ -235,7 +235,7 @@ extern struct sctp_globals {
 
        /* Flag to indicate whether computing and verifying checksum
         * is disabled. */
-        int checksum_disable;
+        bool checksum_disable;
 
        /* Threshold for rwnd update SACKS.  Receive buffer shifted this many
         * bits is an indicator of when to send and window update SACK.
This page took 0.026082 seconds and 5 git commands to generate.