This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings.
Lee Jones (30): usb: mtu3: mtu3_debug: Add forward declaration of 'struct ssusb_mtk' usb: host: ohci-s3c2410: Demote obvious misuse of kerneldoc to standard comment block usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard comment blocks usb: misc: sisusbvga: sisusb_init: Mark all 'static const' arrays as __maybe_unused usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment blocks usb: misc: adutux: Demote obvious misuse of kerneldoc to standard comment blocks usb: chipidea: core: Document hw_port_test_set()'s missing 'ci' argument usb: gadget: udc: core: Fix a bunch of kerneldoc misdemeanours usb: chipidea: otg: Fix kerneldoc issues relating to description of 'ci' usb: chipidea: debug: Demote obvious misuse of kerneldoc to standard comment blocks usb: chipidea: udc: Add missing descriptions for function arg 'ci' usb: chipidea: udc: Help out kerneldoc headers that have tried, demote the others usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment block usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment block usb: host: xhci-dbgcap: File headers are not good candidates for kerneldoc usb: host: xhci-dbgtty: File headers are not good candidates for kerneldoc usb: chipidea: udc: Fix a few kerneldoc issues usb: host: xhci-debugfs: Use 'gnu_printf' format notation usb: storage: alauda: Remove set but unchecked variable usb: typec: altmodes: displayport: File headers are not good candidates for kerneldoc usb: typec: altmodes: displayport: Supply missing displayport.h include file usb: typec: tcpm: fusb302: Use 'gnu_printf' format notation usb: chipidea: usbmisc_imx: Demote obvious misuse of kerneldoc to standard comment block usb: misc: iowarrior: Fix odd corruption issue in the file header usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment blocks usb: gadget: function: u_serial: Repair misdocumented function argument usb: misc: ldusb: Demote obvious misuse of kerneldoc to standard comment blocks usb: musb: musb_dsps: Demote obvious misuse of kerneldoc to standard comment blocks usb: gadget: usbstring: Repair misspelled function argument 'langid' usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd' drivers/usb/atm/ueagle-atm.c | 4 +- drivers/usb/chipidea/core.c | 1 + drivers/usb/chipidea/debug.c | 10 ++-- drivers/usb/chipidea/otg.c | 6 ++- drivers/usb/chipidea/udc.c | 52 ++++++++++++------- drivers/usb/chipidea/usbmisc_imx.c | 2 +- drivers/usb/core/ledtrig-usbport.c | 6 +-- drivers/usb/gadget/function/u_serial.c | 2 +- drivers/usb/gadget/udc/core.c | 18 ++++--- drivers/usb/gadget/udc/dummy_hcd.c | 2 +- drivers/usb/gadget/usbstring.c | 2 +- drivers/usb/host/ohci-s3c2410.c | 2 +- drivers/usb/host/xhci-dbgcap.c | 2 +- drivers/usb/host/xhci-dbgtty.c | 2 +- drivers/usb/host/xhci-debugfs.c | 1 + drivers/usb/host/xhci-mem.c | 2 +- drivers/usb/host/xhci.c | 2 +- drivers/usb/misc/adutux.c | 6 +-- drivers/usb/misc/iowarrior.c | 16 +++--- drivers/usb/misc/ldusb.c | 24 ++++----- drivers/usb/misc/sisusbvga/sisusb_init.h | 66 ++++++++++++------------ drivers/usb/mtu3/mtu3_debug.h | 2 + drivers/usb/musb/musb_dsps.c | 8 +-- drivers/usb/storage/alauda.c | 3 +- drivers/usb/typec/altmodes/displayport.c | 3 +- drivers/usb/typec/tcpm/fusb302.c | 1 + 26 files changed, 134 insertions(+), 111 deletions(-) -- 2.25.1