Browse Source

iio: sx9500: fix formatting

Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Vlad Dogaru 10 years ago
parent
commit
a40c0ac108
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/iio/proximity/sx9500.c

+ 1 - 1
drivers/iio/proximity/sx9500.c

@@ -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);