On Mon, Feb 03 2025 at 14:19, Anup Patel wrote: > + > static struct platform_driver rpmi_sysmsi_driver = { > .driver = { > .name = "rpmi-sysmsi", > .of_match_table = rpmi_sysmsi_match, > + .acpi_match_table = ACPI_PTR(acpi_rpmi_sysmsi_match), Please indent .name and .of_match_table accordingly. Thanks, tglx