Re: [Outreachy kernel] [PATCH] staging: speakup: Avoid multiple assignments on same line

2017-03-10 Thread Julia Lawall
On Fri, 10 Mar 2017, Arushi Singhal wrote: > Should I resend the patch Maybe let it go. If Greg asked for a resend, he's probably fine with it as is. It's more me who would rather know whether it is something I have seen before :) julia > > On Friday, March 10, 2017 at 10:50:28 PM UTC+5:30,

Re: [Outreachy kernel] [PATCH] staging: speakup: Avoid multiple assignments on same line

2017-03-10 Thread Julia Lawall
On Fri, 10 Mar 2017, Arushi Singhal wrote: > This patch fixes the checkpatch.pl warning "multiple assignments > should be avoided." Is this something that you have sent before that Greg asked you to resend? It could be good to put RESEND in [PATCH] in that case. julia > > Signed-off-by: Arush

[PATCH] staging: speakup: Avoid multiple assignments on same line

2017-03-10 Thread Arushi Singhal
This patch fixes the checkpatch.pl warning "multiple assignments should be avoided." Signed-off-by: Arushi Singhal --- drivers/staging/speakup/main.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/drivers/staging/speakup/main.c b/drivers/staging/speakup/m