public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: speakup: synth.c: removed a space
@ 2013-12-03 20:08 Aldo Iljazi
  2013-12-03 22:17 ` Samuel Thibault
  0 siblings, 1 reply; 8+ messages in thread
From: Aldo Iljazi @ 2013-12-03 20:08 UTC (permalink / raw)
  To: w.d.hubbs; +Cc: chris, kirk, samuel.thibault, gregkh, devel, linux-kernel

Line 468: Removed a space before a semicolon.

Signed-off-by: Aldo Iljazi <mail@aldo.io>
---
 drivers/staging/speakup/synth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/synth.c b/drivers/staging/speakup/synth.c
index 0b3549b..2a4b348 100644
--- a/drivers/staging/speakup/synth.c
+++ b/drivers/staging/speakup/synth.c
@@ -465,7 +465,7 @@ void synth_remove(struct spk_synth *in_synth)
 		if (in_synth == synths[i])
 			break;
 	}
-	for ( ; synths[i] != NULL; i++) /* compress table */
+	for (; synths[i] != NULL; i++) /* compress table */
 		synths[i] = synths[i+1];
 	module_status = 0;
 	mutex_unlock(&spk_mutex);
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-05  7:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 20:08 [PATCH] Staging: speakup: synth.c: removed a space Aldo Iljazi
2013-12-03 22:17 ` Samuel Thibault
2013-12-04  4:35   ` Aldo Iljazi
2013-12-04  7:38     ` Dan Carpenter
2013-12-04  7:45       ` Joe Perches
2013-12-04  8:21         ` Dan Carpenter
2013-12-04 13:47           ` [PATCH -next] checkpatch: Warn only on "space before semicolon" at end of line Joe Perches
2013-12-05  7:41             ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox