Re: linux-next: build warnings after merge of the devicetree tree

From: Michael Walle
Date: Sat Jan 15 2022 - 06:33:56 EST


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/20220115113156.435037-1-michael@xxxxxxxx/

-michael