Re: [PATCH v2] cxl: add missing MODULE_DESCRIPTION() macros
From: Dave Jiang
Date: Wed Jun 26 2024 - 12:41:43 EST
On 6/26/24 9:02 AM, Jeff Johnson wrote:
> On 6/7/2024 7:10 AM, Jonathan Cameron wrote:
>> On Fri, 7 Jun 2024 06:57:15 -0700
>> Jeff Johnson <quic_jjohnson@xxxxxxxxxxx> wrote:
>>
>>> make allmodconfig && make W=1 C=1 reports:
>>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cxl/core/cxl_core.o
>>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cxl/cxl_pci.o
>>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cxl/cxl_mem.o
>>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cxl/cxl_acpi.o
>>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cxl/cxl_pmem.o
>>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cxl/cxl_port.o
>>>
>>> Add the missing invocations of the MODULE_DESCRIPTION() macro.
>>>
>>> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
>>
>> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
>>
>> Thanks,
>
> Following up to see if anything else is needed from me. Hoping to see this in
> linux-next so I can remove it from my tracking spreadsheet :)
I have it locally queued, but will probably push to linux-next after rc6 drops.
>
> /jeff