On Sat, Apr 24, 2021 at 10:51:03AM -0300, Fabio Estevam wrote: > Commit 855b35ea96c4 ("usb: common: move function's kerneldoc next to its > definition") moved the USB common function documentation out of the > linux/usb/ch9.h header file into drivers/usb/common/common.c and > drivers/usb/common/debug.c, which causes the following 'make htmldocs' > build warning: > > include/linux/usb/ch9.h:1: warning: no structured comments found > > Fix that up by pointing the documentation at the correct location. > > Fixes: 855b35ea96c4 ("usb: common: move function's kerneldoc next to its definition") > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> > --- > Hi, > > I compared the generated HTML and now the following functions are > also documented after this patch: > > usb_decode_interval() > of_usb_get_dr_mode_by_phy() > of_usb_host_tpl_support() > of_usb_update_otg_caps() > usb_of_get_companion_dev() > > They were not documented prior to 855b35ea96c4. > > Please let me know if this is OK or not. Looks great, thank you for this, I'll go queue it up now! greg k-h