Skip to content

Commit

Permalink
iio: sx9500: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
  • Loading branch information
ddvlad authored and jic23 committed Apr 18, 2015
1 parent 63de9f9 commit a40c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/iio/proximity/sx9500.c
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ MODULE_DEVICE_TABLE(acpi, sx9500_acpi_match);

static const struct i2c_device_id sx9500_id[] = {
{"sx9500", 0},
{}
{ },
};
MODULE_DEVICE_TABLE(i2c, sx9500_id);

Expand Down

0 comments on commit a40c0ac

Please sign in to comment.