summaryrefslogtreecommitdiff
path: root/drivers/iio/pressure/mprls0025pa_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/pressure/mprls0025pa_spi.c')
-rw-r--r--drivers/iio/pressure/mprls0025pa_spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/pressure/mprls0025pa_spi.c b/drivers/iio/pressure/mprls0025pa_spi.c
index 09f724c76d70..d04102f8a4a0 100644
--- a/drivers/iio/pressure/mprls0025pa_spi.c
+++ b/drivers/iio/pressure/mprls0025pa_spi.c
@@ -66,13 +66,13 @@ static int mpr_spi_probe(struct spi_device *spi)
static const struct of_device_id mpr_spi_match[] = {
{ .compatible = "honeywell,mprls0025pa" },
- {}
+ { }
};
MODULE_DEVICE_TABLE(of, mpr_spi_match);
static const struct spi_device_id mpr_spi_id[] = {
{ "mprls0025pa" },
- {}
+ { }
};
MODULE_DEVICE_TABLE(spi, mpr_spi_id);