linux-kernel.vger.kernel.org archive mirror
 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

* Re: [PATCH] Corrected some Coding Style Issues V2
  2017-01-26 17:39 [PATCH] Corrected some Coding Style Issues V2 Daksh Anand
@ 2017-01-26 17:48 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2017-01-26 17:48 UTC (permalink / raw)
  To: Daksh Anand
  Cc: William Hubbs, Chris Brannon, Kirk Reiser, Samuel Thibault,
	Alison Schofield, Julia Lawall,
	open list:STAGING - SPEAKUP CONSOLE SPEECH DRIVER,
	open list:STAGING SUBSYSTEM, open list

On Thu, Jan 26, 2017 at 11:09:44PM +0530, Daksh Anand wrote:
> 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(-)

Please stop now.  Go read the links I sent you previously, all of these
are not able to be accepted.

Please slow down and take your time to do it right, otherwise you will
end up getting ignored.

thanks,

greg k-h

^ permalink raw reply	[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;
as well as URLs for NNTP newsgroup(s).