]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/can/vcan.c
module_param: make bool parameters really bool (net & drivers/net)
[mirror_ubuntu-artful-kernel.git] / drivers / net / can / vcan.c
index f93e2d6fc88c5e05dfc8b67cc40c39356ed69eb4..ea2d94285936bcc1e0df8b42beb297d7979ec1bf 100644 (file)
@@ -63,7 +63,7 @@ MODULE_AUTHOR("Urs Thuermann <urs.thuermann@volkswagen.de>");
  * See Documentation/networking/can.txt for details.
  */
 
-static int echo; /* echo testing. Default: 0 (Off) */
+static bool echo; /* echo testing. Default: 0 (Off) */
 module_param(echo, bool, S_IRUGO);
 MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)");