On Mon, May 03, 2010 at 03:30:15PM +0200, Thomas Renninger wrote: > +module_param(debug_event, bool, 0444); > +MODULE_PARM_DESC(debug_event, > + "Log WMI Events [0/1]"); It's an insanely small nit, but it's already declared as a bool parameter so the 0/1 is kind of unnecessary. -- Matthew Garrett | mjg59@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html