2022-04-22 17:31:11

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warning after merge of the pinctrl tree

Hi all,

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")

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2022-04-22 18:46:36

by Stefan Wahren

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the pinctrl tree

Am 21.04.22 um 16:12 schrieb Linus Walleij:
> On Thu, Apr 21, 2022 at 9:11 AM Stephen Rothwell <[email protected]> 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

2022-04-22 22:05:01

by Linus Walleij

[permalink] [raw]
Subject: Re: linux-next: build warning after merge of the pinctrl tree

On Thu, Apr 21, 2022 at 9:11 AM Stephen Rothwell <[email protected]> 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