[PATCH] Corrected some Coding Style Issues V2

From: Daksh Anand
Date: Thu Jan 26 2017 - 12:43:36 EST


From: daksh anand <dakshanand@xxxxxxxxx>

Signed-off-by: daksh anand <dakshanand@xxxxxxxxx>
---
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