On 20/12/2019 13:29, Jan Beulich wrote:
> + for ( i = 0; i < action->nr_guests; i++ )
> + {
> + struct domain *d = action->guest[i];
> + struct pirq *pirq;
> +
> + pirq = pirq_info(d, domain_irq_to_pirq(d, desc->irq));You could drop one further line by folding this into its declaration. Acked-by: Andrew Cooper <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
