Re: [PATCH 1/4] iio: mma8452: coding style fixes

2016-03-05 Thread Jonathan Cameron
On 03/03/16 08:24, Martin Kepplinger wrote: > fix checkpatch issues like "space before tabs", too long lines or alignment. > > Signed-off-by: Martin Kepplinger > Signed-off-by: Christoph Muellner Applied to the togreg branch of

Re: [PATCH 1/4] iio: mma8452: coding style fixes

2016-03-05 Thread Jonathan Cameron
On 03/03/16 08:24, Martin Kepplinger wrote: > fix checkpatch issues like "space before tabs", too long lines or alignment. > > Signed-off-by: Martin Kepplinger > Signed-off-by: Christoph Muellner Applied to the togreg branch of iio.git - initially pushed out as testing. Thanks, Jonathan > ---

[PATCH 1/4] iio: mma8452: coding style fixes

2016-03-03 Thread Martin Kepplinger
fix checkpatch issues like "space before tabs", too long lines or alignment. Signed-off-by: Martin Kepplinger Signed-off-by: Christoph Muellner --- drivers/iio/accel/mma8452.c | 10 ++ 1 file changed, 6 insertions(+), 4

[PATCH 1/4] iio: mma8452: coding style fixes

2016-03-03 Thread Martin Kepplinger
fix checkpatch issues like "space before tabs", too long lines or alignment. Signed-off-by: Martin Kepplinger Signed-off-by: Christoph Muellner --- drivers/iio/accel/mma8452.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/iio/accel/mma8452.c