Parcourir la source

iio: sx9500: fix formatting

Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Vlad Dogaru il y a 10 ans
Parent
commit
a40c0ac108
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);