Hi all,
After merging the net-next tree, today's linux-next build (htmldocs)
produced this warning:
include/net/page_pool/types.h:73: warning: Function parameter or member 'STRUCT_GROUP(' not described in 'page_pool_params'
Introduced by commit
5027ec19f104 ("net: page_pool: split the page_pool_params into fast and slow")
--
Cheers,
Stephen Rothwell
On Thu, 23 Nov 2023 13:45:45 +1100 Stephen Rothwell wrote:
> include/net/page_pool/types.h:73: warning: Function parameter or member 'STRUCT_GROUP(' not described in 'page_pool_params'
Yes, sorry, the script is confused when group contains only private
fields. I'll add a public field there any day now (tm) so the warning
will go away.