Re: [patch 34/39] PCI/MSI: Reject multi-MSI early

From: Thomas Gleixner
Date: Thu Nov 17 2022 - 03:22:25 EST


On Wed, Nov 16 2022 at 10:31, Bjorn Helgaas wrote:
> On Fri, Nov 11, 2022 at 02:55:09PM +0100, Thomas Gleixner wrote:
>>
>> +/**
>> + * pci_msi_domain_supports - Check for support of a particular feature flag
>> + * @pdev: The PCI device to operate on
>> + * @feature_mask: The feature mask to check for (full match)
>> + * @mode: If ALLOW_LEGACY this grants the feature when there is no irq domain
>> + * associated to the device. If DENY_LEGACY the lack of an irq domain
>> + * makes the feature unsupported
>
> Looks like some of these might be wider than 80 columns, which I think
> was the typical width of this file.

I accommodated to the general sentiment that 80 columns is yesterday. My
new cutoff is 100.

Thanks,

tglx