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

pinctrl: broxton: 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>

+3 -3
+3 -3
drivers/pinctrl/intel/pinctrl-broxton.c
··· 526 526 &bxt_west_soc_data, 527 527 &bxt_southwest_soc_data, 528 528 &bxt_south_soc_data, 529 - NULL, 529 + NULL 530 530 }; 531 531 532 532 /* APL */ ··· 990 990 &apl_northwest_soc_data, 991 991 &apl_west_soc_data, 992 992 &apl_southwest_soc_data, 993 - NULL, 993 + NULL 994 994 }; 995 995 996 996 static const struct acpi_device_id bxt_pinctrl_acpi_match[] = { ··· 1003 1003 static const struct platform_device_id bxt_pinctrl_platform_ids[] = { 1004 1004 { "apollolake-pinctrl", (kernel_ulong_t)apl_pinctrl_soc_data }, 1005 1005 { "broxton-pinctrl", (kernel_ulong_t)bxt_pinctrl_soc_data }, 1006 - { }, 1006 + { } 1007 1007 }; 1008 1008 1009 1009 static INTEL_PINCTRL_PM_OPS(bxt_pinctrl_pm_ops);