Re: [PATCH] PCI: add missing MODULE_DESCRIPTION() macros

From: Jeff Johnson
Date: Thu Jun 13 2024 - 18:22:35 EST


On 6/13/2024 3:20 PM, Bjorn Helgaas wrote:
> On Mon, Jun 10, 2024 at 06:21:16PM -0700, Jeff Johnson wrote:
>> When ARCH=x86, make allmodconfig && make W=1 C=1 reports:
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pci/pci-stub.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/pci/pci-pf-stub.o
>>
>> Add the missing invocations of the MODULE_DESCRIPTION() macro.
>>
>> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
>
> Applied to pci/misc for v6.11, with updates to the text:

thanks for the cleanups!

/jeff