Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: cannonlake: Code formatting fixes

Remove comma from terminator line to allow compiler fail
in case an entry has been put in a wrong place by any weird reason.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

+1 -1
+1 -1
drivers/pinctrl/intel/pinctrl-cannonlake.c
··· 829 829 static const struct acpi_device_id cnl_pinctrl_acpi_match[] = { 830 830 { "INT3450", (kernel_ulong_t)&cnlh_soc_data }, 831 831 { "INT34BB", (kernel_ulong_t)&cnllp_soc_data }, 832 - { }, 832 + { } 833 833 }; 834 834 MODULE_DEVICE_TABLE(acpi, cnl_pinctrl_acpi_match); 835 835