public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Corrected some Coding Style Issues V2
@ 2017-01-26 17:39 Daksh Anand
  2017-01-26 17:48 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Daksh Anand @ 2017-01-26 17:39 UTC (permalink / raw)
  Cc: daksh anand, William Hubbs, Chris Brannon, Kirk Reiser,
	Samuel Thibault, Greg Kroah-Hartman, Alison Schofield,
	Julia Lawall, open list:STAGING - SPEAKUP CONSOLE SPEECH DRIVER,
	open list:STAGING SUBSYSTEM, open list

From: daksh anand <dakshanand@gmail.com>

Signed-off-by: daksh anand <dakshanand@gmail.com>
---
 drivers/staging/speakup/i18n.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c
index b8f5bed..56ce386 100644
--- a/drivers/staging/speakup/i18n.c
+++ b/drivers/staging/speakup/i18n.c
@@ -407,7 +407,7 @@ static char *next_specifier(char *input)
 	int found = 0;
 	char *next_percent = input;
 
-	while ((next_percent) && !found) {
+	while (next_percent && !found) {
 		next_percent = strchr(next_percent, '%');
 		if (next_percent) {
 			/* skip over doubled percent signs */
-- 
2.7.4

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

end of thread, other threads:[~2017-01-26 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 17:39 [PATCH] Corrected some Coding Style Issues V2 Daksh Anand
2017-01-26 17:48 ` Greg Kroah-Hartman

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