Re: [PATCH] staging: comedi: cb_pcidas64: fix alignment of function parameters

2018-04-12 Thread Gabriel Francisco Mandaji
On Wed, Apr 11, 2018 at 10:18:38AM +0100, Ian Abbott wrote: > On 10/04/18 23:50, Gabriel Francisco Mandaji wrote: > >Fix most checkpatch.pl issues of type: > > > >CHECK: Alignment should match open parenthesis > >--- > Looks good, thanks. I guess the remaining case of open parentheses > alignment

Re: [PATCH] staging: comedi: cb_pcidas64: fix alignment of function parameters

2018-04-11 Thread Ian Abbott
On 10/04/18 23:50, Gabriel Francisco Mandaji wrote: Fix most checkpatch.pl issues of type: CHECK: Alignment should match open parenthesis Signed-off-by: Gabriel Francisco Mandaji --- drivers/staging/comedi/drivers/cb_pcidas64.c | 6 +++--- 1 file changed, 3

Re: [PATCH] staging: comedi: cb_pcidas64: fix alignment of function parameters

2018-04-11 Thread Ian Abbott
On 11/04/18 06:07, Julia Lawall wrote: On Tue, 10 Apr 2018, Gabriel Francisco Mandaji wrote: [snip] diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_pcidas64.c index fdd81c3..631a703 100644 --- a/drivers/staging/comedi/drivers/cb_pcidas64.c +++

Re: [PATCH] staging: comedi: cb_pcidas64: fix alignment of function parameters

2018-04-10 Thread Julia Lawall
On Tue, 10 Apr 2018, Gabriel Francisco Mandaji wrote: > Fix most checkpatch.pl issues of type: > > CHECK: Alignment should match open parenthesis > > Signed-off-by: Gabriel Francisco Mandaji > --- > drivers/staging/comedi/drivers/cb_pcidas64.c | 6 +++--- > 1 file

[PATCH] staging: comedi: cb_pcidas64: fix alignment of function parameters

2018-04-10 Thread Gabriel Francisco Mandaji
Fix most checkpatch.pl issues of type: CHECK: Alignment should match open parenthesis Signed-off-by: Gabriel Francisco Mandaji --- drivers/staging/comedi/drivers/cb_pcidas64.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git