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 <andrew.coop...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to