Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 472fe30e authored by Nicoleta Birsan's avatar Nicoleta Birsan Committed by Greg Kroah-Hartman
Browse files

Staging: speakup: fix checkpatch warning



This fixes the following checkpatch.pl warning:
WARNING: Missing a blank line after declarations

Signed-off-by: default avatarNicoleta Birsan <nicolle.birsan@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 297cbdae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ int speakup_thread(void *data)
	mutex_lock(&spk_mutex);
	while (1) {
		DEFINE_WAIT(wait);

		while (1) {
			spin_lock_irqsave(&speakup_info.spinlock, flags);
			our_sound = spk_unprocessed_sound;