mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 21:35:07 +00:00
usb: misc: add missing MODULE_DESCRIPTION() macros
With ARCH=x86, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/usb/misc/ezusb.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/usb/misc/isight_firmware.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/usb/misc/yurex.o Add the missing invocations of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240611-md-drivers-usb-misc-v1-1-98475a5aa8ef@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1cb9ba5e61
commit
6f77ab5f77
@ -148,4 +148,5 @@ int ezusb_fx2_ihex_firmware_download(struct usb_device *dev,
|
||||
EXPORT_SYMBOL_GPL(ezusb_fx2_ihex_firmware_download);
|
||||
#endif
|
||||
|
||||
MODULE_DESCRIPTION("EZUSB device support");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
@ -127,5 +127,6 @@ static struct usb_driver isight_firmware_driver = {
|
||||
|
||||
module_usb_driver(isight_firmware_driver);
|
||||
|
||||
MODULE_DESCRIPTION("iSight firmware loading support");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("Matthew Garrett <mjg@redhat.com>");
|
||||
|
@ -531,4 +531,5 @@ static const struct file_operations yurex_fops = {
|
||||
|
||||
module_usb_driver(yurex_driver);
|
||||
|
||||
MODULE_DESCRIPTION("USB YUREX driver support");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
Loading…
x
Reference in New Issue
Block a user