Re: [PATCH 1/2] Staging: comedi: addi-data: fix lines that are over 80 characters

2014-02-28 Thread Chase Southwood
>On Friday, February 28, 2014 1:57 AM, Dan Carpenter >wrote: >>On Fri, Feb 28, 2014 at 10:52:32AM +0300, Dan Carpenter wrote: >>> On Fri, Feb 28, 2014 at 01:31:20AM -0600, Chase Southwood wrote: >> > hwdrv_apci1564.c had numerous lines over the column limit.  This patch >> > splits all such line

Re: [PATCH 1/2] Staging: comedi: addi-data: fix lines that are over 80 characters

2014-02-27 Thread Dan Carpenter
On Fri, Feb 28, 2014 at 10:52:32AM +0300, Dan Carpenter wrote: > On Fri, Feb 28, 2014 at 01:31:20AM -0600, Chase Southwood wrote: > > hwdrv_apci1564.c had numerous lines over the column limit. This patch > > splits all such lines to bring them in compliance with coding style. > > > > Signed-off-b

Re: [PATCH 1/2] Staging: comedi: addi-data: fix lines that are over 80 characters

2014-02-27 Thread Dan Carpenter
On Fri, Feb 28, 2014 at 01:31:20AM -0600, Chase Southwood wrote: > hwdrv_apci1564.c had numerous lines over the column limit. This patch > splits all such lines to bring them in compliance with coding style. > > Signed-off-by: Chase Southwood > --- > .../comedi/drivers/addi-data/hwdrv_apci1564.

[PATCH 1/2] Staging: comedi: addi-data: fix lines that are over 80 characters

2014-02-27 Thread Chase Southwood
hwdrv_apci1564.c had numerous lines over the column limit. This patch splits all such lines to bring them in compliance with coding style. Signed-off-by: Chase Southwood --- .../comedi/drivers/addi-data/hwdrv_apci1564.c | 50 -- 1 file changed, 36 insertions(+), 14 dele