summaryrefslogtreecommitdiff
path: root/drivers/iio/pressure/mprls0025pa_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iio/pressure/mprls0025pa_i2c.c')
-rw-r--r--drivers/iio/pressure/mprls0025pa_i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iio/pressure/mprls0025pa_i2c.c b/drivers/iio/pressure/mprls0025pa_i2c.c
index 48b23a4256ce..1a48f8d43d71 100644
--- a/drivers/iio/pressure/mprls0025pa_i2c.c
+++ b/drivers/iio/pressure/mprls0025pa_i2c.c
@@ -74,13 +74,13 @@ static int mpr_i2c_probe(struct i2c_client *client)
static const struct of_device_id mpr_i2c_match[] = {
{ .compatible = "honeywell,mprls0025pa" },
- {}
+ { }
};
MODULE_DEVICE_TABLE(of, mpr_i2c_match);
static const struct i2c_device_id mpr_i2c_id[] = {
{ "mprls0025pa" },
- {}
+ { }
};
MODULE_DEVICE_TABLE(i2c, mpr_i2c_id);