aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/ms5611_core.c
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@kernel.org>2016-04-16 13:38:49 +0100
committerJonathan Cameron <jic23@kernel.org>2016-04-16 13:39:28 +0100
commit964d97bdab7d81bb65453d84ed3a51f4605a7e9c (patch)
tree4dccd80d5c1d502f1d578199d2005215c10d8101 /drivers/iio/pressure/ms5611_core.c
parentiio: magnetometer: ak8975: put else and brace at the same line (diff)
downloadlinux-dev-964d97bdab7d81bb65453d84ed3a51f4605a7e9c.tar.xz
linux-dev-964d97bdab7d81bb65453d84ed3a51f4605a7e9c.zip
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_core.c')
-rw-r--r--drivers/iio/pressure/ms5611_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/pressure/ms5611_core.c b/drivers/iio/pressure/ms5611_core.c
index c4e65868bc28..76578b07bb6e 100644
--- a/drivers/iio/pressure/ms5611_core.c
+++ b/drivers/iio/pressure/ms5611_core.c
@@ -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);