Re: [PATCH v3 1/2] Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c

2015-05-20 Thread Amaury Denoyelle
Sudip Mukherjee wrote: > On Tue, May 19, 2015 at 07:57:49PM +0200, Amaury Denoyelle wrote: > > > @@ -1381,7 +1382,9 @@ static int set_ai_fifo_segment_length(struct > > comedi_device *dev, > > return devpriv->ai_fifo_segment_length; > > } > > &g

[PATCH v3 0/2] staging: comedi: fix coding style in cb_pcidas64.c

2015-05-19 Thread Amaury Denoyelle
These two patches fixes various coding style error in cb_pcidas64.c file. 1/2: - address line longer than 80 characters 2/2: - format multi-line comments according to the kernel coding style Amaury Denoyelle (2): Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c Staging: comedi

[PATCH v3 1/2] Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c

2015-05-19 Thread Amaury Denoyelle
This patch fixes coding style errors reported by checkpatch.pl for cb_pcidas64.c, about too long source code lines. Signed-off-by: Amaury Denoyelle --- drivers/staging/comedi/drivers/cb_pcidas64.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH v3 2/2] Staging: comedi: fix style for multi-line comments in cb_pcidas64.c

2015-05-19 Thread Amaury Denoyelle
This patch reformat multi-line comments which are not properly written according to the kernel coding style in cb_pcidas64.c Signed-off-by: Amaury Denoyelle --- drivers/staging/comedi/drivers/cb_pcidas64.c | 140 ++- 1 file changed, 93 insertions(+), 47 deletions

Re: [PATCH v2] Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c

2015-05-18 Thread Amaury Denoyelle
> Sudip Mukherjee wrote: > > > On Sun, May 17, 2015 at 04:47:23PM +0200, Amaury Denoyelle wrote: > > > This patch fixes coding style errors reported by checkpatch.pl for > > > cb_pcidas64.c, about too long source code lines. > > >

[PATCH v2] Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c

2015-05-18 Thread Amaury Denoyelle
Sudip Mukherjee wrote: > On Sun, May 17, 2015 at 04:47:23PM +0200, Amaury Denoyelle wrote: > > This patch fixes coding style errors reported by checkpatch.pl for > > cb_pcidas64.c, about too long source code lines. > > > > Signed-off-by: Amaury Denoyelle > > --

[PATCH 1/1] Staging: comedi: fix line longer than 80 chars in cb_pcidas64.c

2015-05-17 Thread Amaury Denoyelle
This patch fixes coding style errors reported by checkpatch.pl for cb_pcidas64.c, about too long source code lines. Signed-off-by: Amaury Denoyelle --- drivers/staging/comedi/drivers/cb_pcidas64.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/staging