Re: [PATCH] Corrected some Coding Style Issues V2

2017-01-26 Thread Greg Kroah-Hartman
On Thu, Jan 26, 2017 at 11:09:44PM +0530, Daksh Anand wrote: > From: daksh anand > > Signed-off-by: daksh anand > --- > 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

Re: [PATCH] Corrected some Coding Style Issues

2017-01-26 Thread Greg Kroah-Hartman
On Thu, Jan 26, 2017 at 10:54:30PM +0530, Daksh Anand wrote: > From: daksh anand > > Signed-off-by: daksh anand > --- > drivers/staging/speakup/i18n.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have

Re: [PATCH] Corrected some Coding Style Issues

2017-01-26 Thread Stephen Hemminger
On Thu, 26 Jan 2017 22:54:30 +0530 Daksh Anand wrote: > - while ((next_percent != NULL) && !found) { > + while ((next_percent) && !found) { Remove unnecessary parenthesis here. ___ devel mailing list de...@linuxdriverproject.org http://driverde