[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 5/6] xen/pvshim: fix coding style issues
>>> On 17.01.18 at 10:48, <roger.pau@xxxxxxxxxx> wrote: > --- a/xen/arch/x86/pv/shim.c > +++ b/xen/arch/x86/pv/shim.c > @@ -264,14 +264,14 @@ int pv_shim_shutdown(uint8_t reason) > &old_console_pfn)); > > /* Pause the other vcpus before starting the migration. */ > - for_each_vcpu(d, v) > + for_each_vcpu ( d, v ) These aren't style violations - either style is fine, as it is ambiguous whether for_each_vcpu is to be treated like a keyword. All the other changes appear to be indentation ones, which is a little hard to see in a mail viewer not using mono-spaced fonts. Anyway Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |