From: andy.shevchenko@gmail.com Date: Sun, 11 Feb 2024 20:14:34 +0000 (+0200) Subject: iio: st_sensors: lsm9ds0: Use common style for terminator in ID tables X-Git-Tag: v6.9-rc1~35^2~70^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8655d0e378bcba53c670c5a55f11c1debb20b681;p=thirdparty%2Fkernel%2Flinux.git iio: st_sensors: lsm9ds0: Use common style for terminator in ID tables Use common style for a terminator entry in the ID tables. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240211201526.1518165-4-andy.shevchenko@gmail.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c b/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c index ab8504286ba4c..d03cec3b24fed 100644 --- a/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c +++ b/drivers/iio/imu/st_lsm9ds0/st_lsm9ds0_i2c.c @@ -41,7 +41,7 @@ MODULE_DEVICE_TABLE(i2c, st_lsm9ds0_id_table); static const struct acpi_device_id st_lsm9ds0_acpi_match[] = { {"ACCL0001", (kernel_ulong_t)LSM303D_IMU_DEV_NAME}, - { }, + {} }; MODULE_DEVICE_TABLE(acpi, st_lsm9ds0_acpi_match);