On Wed, Apr 05, 2023 at 11:27:54AM +0200, Bastien Nocera wrote: > Fix wrongly named 'dev' parameter in doc block, should have been iface: > drivers/usb/core/message.c:1939: warning: Function parameter or member 'iface' not described in 'usb_set_wireless_status' > drivers/usb/core/message.c:1939: warning: Excess function parameter 'dev' description in 'usb_set_wireless_status' > > And fix missing struct member doc in kernel API, and reorder to > match struct: > include/linux/usb.h:270: warning: Function parameter or member 'wireless_status_work' not described in 'usb_interface' > > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Link: https://lore.kernel.org/linux-next/20230405114807.5a57bf46@xxxxxxxxxxxxxxxx/T/#t > Fixes: 0a4db185f078 ("USB: core: Add API to change the wireless_status") I do not see that git commit id anywhere, where is it from? What tree? Ah, input tree, not much I can do there... thanks, greg k-h