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

From: Jeff Johnson
Date: Fri Jun 07 2024 - 09:52:49 EST


On 6/6/2024 10:12 PM, Jeff Johnson wrote:
> On 6/6/2024 10:09 PM, Jeff Johnson wrote:
>> make allmodconfig && make W=1 C=1 reports:
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-holtek-mouse.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-ite.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-kensington.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-keytouch.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-kye.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-lcpower.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-lenovo.o
>> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-winwing.o
>>
>> Add the missing invocations of the MODULE_DESCRIPTION() macro.
>>
>> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
>> ---
>> drivers/hid/hid-holtek-mouse.c | 1 +
>> drivers/hid/hid-ite.c | 1 +
>> drivers/hid/hid-kensington.c | 1 +
>> drivers/hid/hid-keytouch.c | 1 +
>> drivers/hid/hid-kye.c | 1 +
>> drivers/hid/hid-lcpower.c | 1 +
>> drivers/hid/hid-lenovo.c | 1 +
>> drivers/hid/hid-winwing.c | 1 +
>> 8 files changed, 8 insertions(+)
>
> please ignore this patch -- this is a duplicate
>
Well, according to my spreadsheet these were duplicates since they were
supposed to have been in:
https://lore.kernel.org/all/20240604-md-hid-misc-v1-1-4f9560796f3c@xxxxxxxxxxx/

But I somehow forgot to add them to that patch, so this is a valid patch after
all. Please pick it up.

/jeff