module_param: make bool parameters really bool (drivers & misc)
[deliverable/linux.git] / drivers / staging / speakup / synth.c
index c241074a4b5e7104c3516928851a4e3ca9e39d1a..2222d6919ef58d820afbee1ef4ab97307771527d 100644 (file)
@@ -22,7 +22,7 @@ static struct spk_synth *synths[MAXSYNTHS];
 struct spk_synth *synth;
 char pitch_buff[32] = "";
 static int module_status;
-int quiet_boot;
+bool quiet_boot;
 
 struct speakup_info_t speakup_info = {
        .spinlock = __SPIN_LOCK_UNLOCKED(speakup_info.spinlock),
This page took 0.02351 seconds and 5 git commands to generate.