Commit 964d97bd authored by Jonathan Cameron's avatar Jonathan Cameron

iio: pressure: ms5611: use tab for indention

This fixes the errors reported by checkpatch.pl:

ERROR: code indent should use tabs where possible
Signed-off-by: default avatarSlawomir Stepien <sst@poczta.fm>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 26b89d7d
...@@ -429,7 +429,7 @@ static void ms5611_fini(const struct iio_dev *indio_dev) ...@@ -429,7 +429,7 @@ static void ms5611_fini(const struct iio_dev *indio_dev)
} }
int ms5611_probe(struct iio_dev *indio_dev, struct device *dev, int ms5611_probe(struct iio_dev *indio_dev, struct device *dev,
const char *name, int type) const char *name, int type)
{ {
int ret; int ret;
struct ms5611_state *st = iio_priv(indio_dev); struct ms5611_state *st = iio_priv(indio_dev);
......
...@@ -108,7 +108,7 @@ static int ms5611_spi_probe(struct spi_device *spi) ...@@ -108,7 +108,7 @@ static int ms5611_spi_probe(struct spi_device *spi)
st->client = spi; st->client = spi;
return ms5611_probe(indio_dev, &spi->dev, spi_get_device_id(spi)->name, return ms5611_probe(indio_dev, &spi->dev, spi_get_device_id(spi)->name,
spi_get_device_id(spi)->driver_data); spi_get_device_id(spi)->driver_data);
} }
static int ms5611_spi_remove(struct spi_device *spi) static int ms5611_spi_remove(struct spi_device *spi)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment