On Fri, Jun 19, 2020 at 01:31:48PM +0000, Rob Gill wrote: > The user tool modinfo is used to get information on kernel modules, including a > description where it is available. > > This patch adds a brief MODULE_DESCRIPTION to the following modules in driver/usb. > > isight_firmware > mxuport > u_ether > uas > > Signed-off-by: Rob Gill <rrobgill@xxxxxxxxxxxxxx> > > --- > drivers/usb/gadget/function/u_ether.c | 1 + > drivers/usb/misc/isight_firmware.c | 1 + > drivers/usb/serial/mxuport.c | 1 + > drivers/usb/storage/uas.c | 1 + > 4 files changed, 4 insertions(+) What changed from previous versions of this patch? That always goes under the --- line as the documentation asks for. Can you fix that up and do a v4? Also, please use the output of scripts/get_maintainers.pl to determine who to cc: on your patches. thanks, greg k-h