On Thu, Apr 21, 2022 at 9:11 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > After merging the pinctrl tree, today's linux-next build (htmldocs) > produced this warning: > > include/linux/gpio/driver.h:507: warning: Incorrect use of kernel-doc format: * @of_gpio_ranges_fallback > include/linux/gpio/driver.h:518: warning: Function parameter or member 'of_gpio_ranges_fallback' not described in 'gpio_chip' > > Introduced by commit > > a9491df0c4ae ("gpiolib: of: Introduce hook for missing gpio-ranges") Thanks, I just folded in a quick fix into the offending commit, a single missing colon. Yours, Linus Walleij