Staging: speakup: fix checkpatch warning
authorNicoleta Birsan <nicolle.birsan@gmail.com>
Sun, 14 Sep 2014 10:38:34 +0000 (03:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:27:28 +0000 (17:27 -0700)
This fixes the following checkpatch.pl warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Nicoleta Birsan <nicolle.birsan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/thread.c

index 4397c8e898c723d0beaed285b491ab316ce34095..d95efb702fe4eb51195ad5aa942ca1935419217a 100644 (file)
@@ -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;