Skip to content

Commit

Permalink
iio: pressure: ms5611: use tab for indention
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jonathan Cameron committed Apr 16, 2016
1 parent 26b89d7 commit 964d97b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/iio/pressure/ms5611_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/iio/pressure/ms5611_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 964d97b

Please sign in to comment.