Re: [PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-08 Thread Joe Perches
On Mon, 2018-01-08 at 15:02 +0300, Dan Carpenter wrote: > On Sun, Jan 07, 2018 at 05:17:42PM +, Jonathan Cameron wrote: > > On Sun, 07 Jan 2018 08:42:27 -0800 > > Joe Perches wrote: > > > > > On Sun, 2018-01-07 at 16:28 +, Jonathan Cameron wrote: > > > > On Sun, 7 Jan

Re: [PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-08 Thread Dan Carpenter
On Sun, Jan 07, 2018 at 05:17:42PM +, Jonathan Cameron wrote: > On Sun, 07 Jan 2018 08:42:27 -0800 > Joe Perches wrote: > > > On Sun, 2018-01-07 at 16:28 +, Jonathan Cameron wrote: > > > On Sun, 7 Jan 2018 15:08:01 + > > > George Edward Bulmer

Re: [PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-08 Thread Dan Carpenter
On Sun, Jan 07, 2018 at 03:08:01PM +, George Edward Bulmer wrote: > This fixes three instances of checkpatch warning: > WARNING: line over 80 characters > > Signed-off-by: George Edward Bulmer > --- > drivers/staging/iio/light/tsl2x7x.c | 9 ++--- > 1 file

Re: [PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-07 Thread Jonathan Cameron
On Sun, 07 Jan 2018 08:42:27 -0800 Joe Perches wrote: > On Sun, 2018-01-07 at 16:28 +, Jonathan Cameron wrote: > > On Sun, 7 Jan 2018 15:08:01 + > > George Edward Bulmer wrote: > > > > > This fixes three instances of checkpatch warning: > >

Re: [PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-07 Thread Joe Perches
On Sun, 2018-01-07 at 16:28 +, Jonathan Cameron wrote: > On Sun, 7 Jan 2018 15:08:01 + > George Edward Bulmer wrote: > > > This fixes three instances of checkpatch warning: > > WARNING: line over 80 characters > > > > Signed-off-by: George Edward Bulmer

Re: [PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-07 Thread Jonathan Cameron
On Sun, 7 Jan 2018 15:08:01 + George Edward Bulmer wrote: > This fixes three instances of checkpatch warning: > WARNING: line over 80 characters > > Signed-off-by: George Edward Bulmer Applied, thanks, Jonathan > --- >

[PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-07 Thread George Edward Bulmer
This fixes three instances of checkpatch warning: WARNING: line over 80 characters Signed-off-by: George Edward Bulmer --- drivers/staging/iio/light/tsl2x7x.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git