Re: [PATCH] PCI: vmd: Clean up some inconsistent indenting

From: Krzysztof Wilczyński
Date: Tue Nov 15 2022 - 22:48:54 EST


Hello,

> > + if (vmd->irq_domain)
> > + vmd_set_msi_remapping(vmd, true);
> > + else
> > + vmd_set_msi_remapping(vmd, false);
>
> Why not go one step further:
>
> vmd_set_msi_remapping(vmd, !!vmd->irq_domain);

Jiapeng, if you want to get this patch merged, and it's a nice clean-up,
then apply suggestion from Christoph and send a v2, if possible.

Krzysztof