On 22.08.2025 12:52, Penny Zheng wrote: > --- a/xen/arch/x86/acpi/cpufreq/cpufreq.c > +++ b/xen/arch/x86/acpi/cpufreq/cpufreq.c > @@ -131,12 +131,13 @@ static int __init cf_check cpufreq_driver_init(void) > > if ( cpufreq_controller == FREQCTL_xen ) > { > + unsigned int i; > ret = -ENOENT;
Blank line between declaration(s) and statement(s) please. Then: Acked-by: Jan Beulich <jbeul...@suse.com> Jan