Re: linux-next: build warning after merge of the pinctrl tree

From: Stefan Wahren
Date: Thu Apr 21 2022 - 14:05:27 EST


Am 21.04.22 um 16:12 schrieb Linus Walleij:
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.
Thanks

Yours,
Linus Walleij