Re: [PATCH] Staging: iio: Fix some character line limit coding style issues

2015-11-07 Thread Joe Perches
On Sat, 2015-11-07 at 19:30 +0300, Dan Carpenter wrote: > The original is easier to read, sorry. Checkpatch is a tool not the > king of the world to obeyed at all times. Completely agree. Perhaps there could be some comment indicators added to tell checkpatch to ignore certain warnings like 80 c

Re: [PATCH] Staging: iio: Fix some character line limit coding style issues

2015-11-07 Thread Dan Carpenter
On Sat, Nov 07, 2015 at 10:02:04AM -0800, Joe Perches wrote: > On Sat, 2015-11-07 at 19:30 +0300, Dan Carpenter wrote: > > The original is easier to read, sorry. Checkpatch is a tool not the > > king of the world to obeyed at all times. > > Completely agree. > > Perhaps there could be some comme

Re: [PATCH] Staging: iio: Fix some character line limit coding style issues

2015-11-07 Thread Dan Carpenter
The original is easier to read, sorry. Checkpatch is a tool not the king of the world to obeyed at all times. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-

[PATCH] Staging: iio: Fix some character line limit coding style issues

2015-11-07 Thread Evan Hosseini
Resolved some character line limit warnings emitted by the checkpatch.pl tool in some ADI accelerometer modules. Signed-off-by: Evan Hosseini --- drivers/staging/iio/accel/adis16201.h | 157 drivers/staging/iio/accel/adis16203.h | 135 +-