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 We have literally thousands of modules without a module description, so why this arbitrary and incomplete set? If the driver author did not care to add a description I don't think we should go adding mostly pointless descriptions to all those drivers now. > 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(+) Johan