platform/x86: touchscreen_dmi: Drop comma in terminator line
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 May 2020 12:44:45 +0000 (15:44 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 May 2020 17:28:28 +0000 (20:28 +0300)
There is no need to have comma in terminator line. This will help
to find a potentially broken entries, due to placing after it,
during compilation time.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/touchscreen_dmi.c

index 41c85c4f89122f776740dd70885d779acfd15057..87591cea127acb97780e3220cfc496fcb997a861 100644 (file)
@@ -1212,7 +1212,7 @@ const struct dmi_system_id touchscreen_dmi_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Y8W81"),
                },
        },
-       { },
+       { }
 };
 
 static const struct ts_dmi_data *ts_data;