Re: [RFC PATCH v2 16/17] irqchip/riscv-rpmi-sysmsi: Add ACPI support

From: Thomas Gleixner
Date: Mon Feb 03 2025 - 08:54:53 EST


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