Re: [Outreachy kernel] [PATCH v3] staging: sm750fb: Code readability is improved

2017-03-19 Thread Geert Uytterhoeven
On Sun, Mar 19, 2017 at 4:52 PM, Arushi Singhal wrote: > On Sun, Mar 19, 2017 at 7:34 PM, Geert Uytterhoeven > wrote: >> >> On Sun, Mar 19, 2017 at 2:11 PM, Julia Lawall >> wrote: >> > On Sun, 19 Mar 2017, Arushi Singhal wrote: >> >> New variables are added to make the code more readable. >> >>

Re: [Outreachy kernel] [PATCH v3] staging: sm750fb: Code readability is improved

2017-03-19 Thread Geert Uytterhoeven
On Sun, Mar 19, 2017 at 2:11 PM, Julia Lawall wrote: > On Sun, 19 Mar 2017, Arushi Singhal wrote: >> New variables are added to make the code more readable. >> >> Signed-off-by: Arushi Singhal >> --- >> changes in v3 >> -try to make the code much more readable. >> >> drivers/staging/sm750fb/dd

Re: [Outreachy kernel] [PATCH v3] staging: sm750fb: Code readability is improved

2017-03-19 Thread Julia Lawall
On Sun, 19 Mar 2017, Arushi Singhal wrote: > New variables are added to make the code more readable. > > Signed-off-by: Arushi Singhal > --- > changes in v3 > -try to make the code much more readable. > > drivers/staging/sm750fb/ddk750_mode.c | 61 > --- > 1

[PATCH v3] staging: sm750fb: Code readability is improved

2017-03-19 Thread Arushi Singhal
New variables are added to make the code more readable. Signed-off-by: Arushi Singhal --- changes in v3 -try to make the code much more readable. drivers/staging/sm750fb/ddk750_mode.c | 61 --- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/dr