Re: [PATCH] staging: greybuis: fix line over 80 characters style warnings

2016-11-28 Thread Andrea Ghittino
On Mon, Nov 28, 2016 at 10:14:03AM +0530, Vaibhav Hiremath wrote: > On Sun, Nov 27, 2016 at 3:43 AM, Andrea Ghittino wrote: > > Fixes greybus "line over 80 characters" style warnings > > found by checkpatch.pl tool > > > > It is always trade-off between readability vs 80 character restriction. >

Re: [PATCH] staging: greybuis: fix line over 80 characters style warnings

2016-11-27 Thread Vaibhav Hiremath
On Sun, Nov 27, 2016 at 3:43 AM, Andrea Ghittino wrote: > Fixes greybus "line over 80 characters" style warnings > found by checkpatch.pl tool > It is always trade-off between readability vs 80 character restriction. I give preference and precedence to readability, so I kept it as is during devel

[PATCH] staging: greybuis: fix line over 80 characters style warnings

2016-11-26 Thread Andrea Ghittino
Fixes greybus "line over 80 characters" style warnings found by checkpatch.pl tool Signed-off-by: Andrea Ghittino --- diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c index 3fda0cd..755120a 100644 --- a/drivers/staging/greybus/arche-apb-ctrl.c ++