]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iio: pressure: ms5611: use tab for indention
authorJonathan Cameron <jic23@kernel.org>
Sat, 16 Apr 2016 12:38:49 +0000 (13:38 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 16 Apr 2016 12:39:28 +0000 (13:39 +0100)
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>
drivers/iio/pressure/ms5611_core.c
drivers/iio/pressure/ms5611_spi.c

index c4e65868bc28409418a5bf29d3adc4af5713d98c..76578b07bb6e6e67734cbcf0236131c612cec92c 100644 (file)
@@ -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,
-                 const char *name, int type)
+                const char *name, int type)
 {
        int ret;
        struct ms5611_state *st = iio_priv(indio_dev);
index 7600483e8cb458b41397cd49c0698cddc6c7ee17..932e05001e1a91fa1a7a211f75491005f197bc93 100644 (file)
@@ -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)