From 472fe30efd52fde30249a04971a62151e0606c1d Mon Sep 17 00:00:00 2001 From: Nicoleta Birsan Date: Sun, 14 Sep 2014 03:38:34 -0700 Subject: [PATCH] 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 --- drivers/staging/speakup/thread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/speakup/thread.c b/drivers/staging/speakup/thread.c index 4397c8e898c7..d95efb702fe4 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; -- 2.34.1