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