On Wed, Aug 31, 2022 at 03:24:58PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the usb.current tree, today's linux-next build (htmldocs) > produced this warning: > > Documentation/driver-api/usb/usb:176: /home/sfr/next/next/drivers/usb/core/hub.c:6040: WARNING: Unknown target name: "pre". > > Introduced by commit > > 9c6d778800b9 ("USB: core: Prevent nested device-reset calls") I don't fully understand this bug report. Would it be fixed by changing "pre_" to "pre_reset()" in the kerneldoc? Alan Stern