Message ID | 20240604-md-hid-letsketch-v1-1-ff38ae7b4cb0@quicinc.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | fae5d8433db235801c3915be63a0325d444d0593 |
Delegated to: | Jiri Kosina |
Headers | show |
Series | HID: letsketch: add missing MODULE_DESCRIPTION() macro | expand |
Hi, On 6/4/24 4:20 PM, Jeff Johnson wrote: > make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-letsketch.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro. > > Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Thanks, patch looks good to me: Reviewed-by: Hans de Goede <hdegoede@redhat.com> Regards, Hans > --- > drivers/hid/hid-letsketch.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/hid/hid-letsketch.c b/drivers/hid/hid-letsketch.c > index 97f047f18136..229820fda960 100644 > --- a/drivers/hid/hid-letsketch.c > +++ b/drivers/hid/hid-letsketch.c > @@ -319,4 +319,5 @@ static struct hid_driver letsketch_driver = { > module_hid_driver(letsketch_driver); > > MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); > +MODULE_DESCRIPTION("Driver for the LetSketch / VSON WP9620N drawing tablet"); > MODULE_LICENSE("GPL"); > > --- > base-commit: a693b9c95abd4947c2d06e05733de5d470ab6586 > change-id: 20240604-md-hid-letsketch-53206a0faa79 >
On Tue, 04 Jun 2024 07:20:47 -0700, Jeff Johnson wrote: > make allmodconfig && make W=1 C=1 reports: > WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-letsketch.o > > Add the missing invocation of the MODULE_DESCRIPTION() macro. > > Applied to hid/hid.git (for-6.11/module-description), thanks! [1/1] HID: letsketch: add missing MODULE_DESCRIPTION() macro https://git.kernel.org/hid/hid/c/fae5d8433db2 Cheers,
diff --git a/drivers/hid/hid-letsketch.c b/drivers/hid/hid-letsketch.c index 97f047f18136..229820fda960 100644 --- a/drivers/hid/hid-letsketch.c +++ b/drivers/hid/hid-letsketch.c @@ -319,4 +319,5 @@ static struct hid_driver letsketch_driver = { module_hid_driver(letsketch_driver); MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); +MODULE_DESCRIPTION("Driver for the LetSketch / VSON WP9620N drawing tablet"); MODULE_LICENSE("GPL");
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hid/hid-letsketch.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> --- drivers/hid/hid-letsketch.c | 1 + 1 file changed, 1 insertion(+) --- base-commit: a693b9c95abd4947c2d06e05733de5d470ab6586 change-id: 20240604-md-hid-letsketch-53206a0faa79