Re: [PATCH v2] iio:pressure:ms5611: Fix coding style in probe function

2018-02-17 Thread Jonathan Cameron
On Fri, 16 Feb 2018 17:44:41 -0200 rodrigosiqueira wrote: > This patch fixes the checkpatch.pl warning and error: > > iio/pressure/ms5611.h:66: ERROR: code indent should use tabs where possible > iio/pressure/ms5611.h:66: WARNING: please, no spaces at the start of a line > iio/pressure/ms5611.h:

[PATCH v2] iio:pressure:ms5611: Fix coding style in probe function

2018-02-16 Thread rodrigosiqueira
This patch fixes the checkpatch.pl warning and error: iio/pressure/ms5611.h:66: ERROR: code indent should use tabs where possible iio/pressure/ms5611.h:66: WARNING: please, no spaces at the start of a line iio/pressure/ms5611.h:66: ERROR: "foo* bar" should be "foo *bar" Signed-off-by: Rodrigo Siq