Re: [PATCH 1/3] net: fix a new kernel-doc warning at dev.c

2020-09-23 Thread David Miller
From: Mauro Carvalho Chehab Date: Tue, 22 Sep 2020 13:22:52 +0200 > kernel-doc expects the function prototype to be just after > the kernel-doc markup, as otherwise it will get it all wrong: > > ./net/core/dev.c:10036: warning: Excess function parameter 'dev' > description in 'WAIT_REFS_M

Re: [PATCH 1/3] net: fix a new kernel-doc warning at dev.c

2020-09-22 Thread Francesco Ruggeri
On Tue, Sep 22, 2020 at 4:22 AM Mauro Carvalho Chehab wrote: > > kernel-doc expects the function prototype to be just after > the kernel-doc markup, as otherwise it will get it all wrong: > > ./net/core/dev.c:10036: warning: Excess function parameter 'dev' > description in 'WAIT_REFS_MIN_

Re: [PATCH 1/3] net: fix a new kernel-doc warning at dev.c

2020-09-22 Thread Francesco Ruggeri
On Tue, Sep 22, 2020 at 4:22 AM Mauro Carvalho Chehab wrote: > > kernel-doc expects the function prototype to be just after > the kernel-doc markup, as otherwise it will get it all wrong: > > ./net/core/dev.c:10036: warning: Excess function parameter 'dev' > description in 'WAIT_REFS_MIN_

[PATCH 1/3] net: fix a new kernel-doc warning at dev.c

2020-09-22 Thread Mauro Carvalho Chehab
kernel-doc expects the function prototype to be just after the kernel-doc markup, as otherwise it will get it all wrong: ./net/core/dev.c:10036: warning: Excess function parameter 'dev' description in 'WAIT_REFS_MIN_MSECS' Fixes: 0e4be9e57e8c ("net: use exponential backoff in netdev_wait