2022-01-15 16:58:38

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build warnings after merge of the devicetree tree

Hi all,

After merging the devicetree tree, today's linux-next build (htmldocs)
produced these warnings:

include/linux/of.h:1037: warning: Function parameter or member 'np' not described in 'of_parse_phandle_with_optional_args'
include/linux/of.h:1037: warning: Function parameter or member 'list_name' not described in 'of_parse_phandle_with_optional_args'
include/linux/of.h:1037: warning: Function parameter or member 'cells_name' not described in 'of_parse_phandle_with_optional_args'
include/linux/of.h:1037: warning: Function parameter or member 'index' not described in 'of_parse_phandle_with_optional_args'
include/linux/of.h:1037: warning: Function parameter or member 'out_args' not described in 'of_parse_phandle_with_optional_args'

Introduced by commit

952c4865d27a ("of: base: add of_parse_phandle_with_optional_args()")

--
Cheers,
Stephen Rothwell


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

2022-01-16 04:53:00

by Michael Walle

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

Hi,

Am 2022-01-15 05:32, schrieb Stephen Rothwell:
> After merging the devicetree tree, today's linux-next build (htmldocs)
> produced these warnings:
>
> include/linux/of.h:1037: warning: Function parameter or member 'np'
> not described in 'of_parse_phandle_with_optional_args'
> include/linux/of.h:1037: warning: Function parameter or member
> 'list_name' not described in 'of_parse_phandle_with_optional_args'
> include/linux/of.h:1037: warning: Function parameter or member
> 'cells_name' not described in 'of_parse_phandle_with_optional_args'
> include/linux/of.h:1037: warning: Function parameter or member 'index'
> not described in 'of_parse_phandle_with_optional_args'
> include/linux/of.h:1037: warning: Function parameter or member
> 'out_args' not described in 'of_parse_phandle_with_optional_args'
>
> Introduced by commit
>
> 952c4865d27a ("of: base: add of_parse_phandle_with_optional_args()")

Sorry about that, just sent a fixes patch:
https://lore.kernel.org/linux-devicetree/[email protected]/

-michael