diff options
author | Jonathan Cameron <jic23@kernel.org> | 2016-04-16 15:38:49 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-16 15:39:28 +0300 |
commit | 964d97bdab7d81bb65453d84ed3a51f4605a7e9c (patch) | |
tree | 4dccd80d5c1d502f1d578199d2005215c10d8101 /drivers/iio/pressure/ms5611_spi.c | |
parent | 26b89d7d2b22e3b7ae78dc8e5e17e0e4e9d448ca (diff) | |
download | linux-964d97bdab7d81bb65453d84ed3a51f4605a7e9c.tar.xz |
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: Slawomir Stepien <sst@poczta.fm>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/ms5611_spi.c')
-rw-r--r-- | drivers/iio/pressure/ms5611_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/pressure/ms5611_spi.c b/drivers/iio/pressure/ms5611_spi.c index 7600483e8cb4..932e05001e1a 100644 --- a/drivers/iio/pressure/ms5611_spi.c +++ b/drivers/iio/pressure/ms5611_spi.c @@ -108,7 +108,7 @@ static int ms5611_spi_probe(struct spi_device *spi) st->client = spi; 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) |