Commit f4931441 authored by Christopher Brannon's avatar Christopher Brannon Committed by Greg Kroah-Hartman
Browse files

staging: speakup: speakup_apollo.c: style fixes



* Clean this file based on reports from checkpatch.pl.

Signed-off-by: default avatarChristopher Brannon <chris@the-brannons.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 28ba8677
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -186,9 +186,11 @@ static void do_catch_up(struct spk_synth *synth)
			delay_time_val = delay_time->u.n.value;
			spk_unlock(flags);
			if (spk_serial_out(synth->procspeech))
				schedule_timeout(msecs_to_jiffies(delay_time_val));
				schedule_timeout(msecs_to_jiffies
						 (delay_time_val));
			else
				schedule_timeout(msecs_to_jiffies(full_time_val));
				schedule_timeout(msecs_to_jiffies
						 (full_time_val));
			jiff_max = jiffies + jiffy_delta_val;
		}
		set_current_state(TASK_RUNNING);