Re: [Outreachy kernel] [PATCH] staging: ks7010: remove unecessary spaces after casts

2017-02-20 Thread Julia Lawall
On Mon, 20 Feb 2017, Katie Dunne wrote: > On Mon, Feb 20, 2017 at 07:37:33AM +0100, Julia Lawall wrote: > > On Sun, 19 Feb 2017, Katie Dunne wrote: > > > > > Remove spaces after casts found by checkpatch.pl. In some cases, > > > remove returns after casts and place them on a single line. > > > >

Re: [Outreachy kernel] [PATCH] staging: ks7010: remove unecessary spaces after casts

2017-02-20 Thread Katie Dunne
On Mon, Feb 20, 2017 at 07:37:33AM +0100, Julia Lawall wrote: > On Sun, 19 Feb 2017, Katie Dunne wrote: > > > Remove spaces after casts found by checkpatch.pl. In some cases, > > remove returns after casts and place them on a single line. > > What do you mean by "returns after casts"? I didn't s

Re: [Outreachy kernel] [PATCH] staging: ks7010: remove unecessary spaces after casts

2017-02-19 Thread Julia Lawall
On Sun, 19 Feb 2017, Katie Dunne wrote: > Remove spaces after casts found by checkpatch.pl. In some cases, > remove returns after casts and place them on a single line. What do you mean by "returns after casts"? I didn't see anything like that. julia > > Signed-off-by: Katie Dunne > --- > dr

[PATCH] staging: ks7010: remove unecessary spaces after casts

2017-02-19 Thread Katie Dunne
Remove spaces after casts found by checkpatch.pl. In some cases, remove returns after casts and place them on a single line. Signed-off-by: Katie Dunne --- drivers/staging/ks7010/ks_hostif.c | 206 ++--- 1 file changed, 102 insertions(+), 104 deletions(-) diff --