From: Nicoleta Birsan Date: Sun, 14 Sep 2014 10:38:34 +0000 (-0700) Subject: Staging: speakup: fix checkpatch warning X-Git-Tag: v4.14-rc1~6739^2~333 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=472fe30efd52fde30249a04971a62151e0606c1d;p=platform%2Fkernel%2Flinux-rpi.git Staging: speakup: fix checkpatch warning This fixes the following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Nicoleta Birsan Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/thread.c b/drivers/staging/speakup/thread.c index 4397c8e..d95efb7 100644 --- a/drivers/staging/speakup/thread.c +++ b/drivers/staging/speakup/thread.c @@ -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;