Re: [PATCH] ACPI: adjust decl of acpi_set_pdc_bits()

2025-06-11 Thread Nicola Vetrini
On 2025-06-11 13:53, Jan Beulich wrote: The commit referenced below changed the type of the first parameter. Misra C:2012 Rule 8.3 requires the declaration to follow suit. Fixes: bf0cd071db2a ("xen/pmstat: consolidate code into pmstat.c") Signed-off-by: Jan Beulich Reviewed-by: Nicola Vetrin

[PATCH] ACPI: adjust decl of acpi_set_pdc_bits()

2025-06-11 Thread Jan Beulich
The commit referenced below changed the type of the first parameter. Misra C:2012 Rule 8.3 requires the declaration to follow suit. Fixes: bf0cd071db2a ("xen/pmstat: consolidate code into pmstat.c") Signed-off-by: Jan Beulich --- a/xen/include/xen/acpi.h +++ b/xen/include/xen/acpi.h @@ -186,7 +1