* Re: [Internet]linux-next: build warning after merge of the net-next tree
[not found] ` <07263247-4906-4A72-A1A2-CAB41F115EB7@tencent.com>
@ 2022-08-25 17:42 ` Jakub Kicinski
0 siblings, 0 replies; only message in thread
From: Jakub Kicinski @ 2022-08-25 17:42 UTC (permalink / raw)
To: imagedong(董梦龙), linux-doc
Cc: Stephen Rothwell, Linux Kernel Mailing List,
Linux Next Mailing List, David Miller, Networking,
Jonathan Corbet
On Thu, 25 Aug 2022 07:55:36 +0000 imagedong(董梦龙) wrote:
> > After merging the net-next tree, today's linux-next build (htmldocs)
> > produced this warning:
> >
> > Documentation/networking/kapi:26: net/core/skbuff.c:780: WARNING: Error in declarator or parameters
> > Invalid C declaration: Expecting "(" in parameters. [error at 19]
> > void __fix_address kfree_skb_reason (struct sk_buff *skb, enum skb_drop_reason reason)
> > -------------------^
> >
> > Introduced by commit
> >
> > c205cc7534a9 ("net: skb: prevent the split of kfree_skb_reason() by gcc")
> >
>
> Yeah, I commited this patch. May I ask what command did you use to
> produce this warning? I tried the following command, but not success:
>
> make V=2 SPHINXDIRS="networking" htmldocs
>
> Hmm.......what does this warning means? Does it don't like this
> function attribute?
It popped up for me on a clean build of
make htmldocs
There's a lot of other warnings but you should see this one, too.
I think you need to add the new keyword to one of the tables in
Documentation/conf.py
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-25 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20220825154105.534d78ab@canb.auug.org.au>
[not found] ` <07263247-4906-4A72-A1A2-CAB41F115EB7@tencent.com>
2022-08-25 17:42 ` [Internet]linux-next: build warning after merge of the net-next tree Jakub Kicinski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).