[PATCH v4 2/2] net: core: correct trivial kernel-doc inconsistencies

2020-06-28 Thread Colton Lewis
Silence documentation build warnings by correcting kernel-doc comments. ./include/linux/netdevice.h:2138: warning: Function parameter or member 'napi_defer_hard_irqs' not described in 'net_device' Signed-off-by: Colton Lewis --- include/linux/netdevice.h | 1 + 1 file

[PATCH v4 1/2] net: core: correct trivial kernel-doc inconsistencies

2020-06-28 Thread Colton Lewis
Silence documentation build warnings by correcting kernel-doc comments. ./net/core/dev.c:7913: warning: Function parameter or member 'dev' not described in 'netdev_get_xmit_slave' Signed-off-by: Colton Lewis --- net/core/dev.c | 1 + 1 file changed, 1 insertion(+) diff --

Re: [PATCH v3] net: phylink: correct trivial kernel-doc inconsistencies

2020-06-28 Thread Colton Lewis
> We seem to be having a communication breakdown. In review to your > version 2 patch set, I said: > >However, please drop all your changes for everything but the >"struct phylink_config" documentation change; I'm intending to change >all these method signatures, which means your chan

[PATCH v3] net: phylink: correct trivial kernel-doc inconsistencies

2020-06-27 Thread Colton Lewis
.h:361: warning: Excess function parameter 'config' description in 'void' ./include/linux/phylink.h:361: warning: Excess function parameter 'mode' description in 'void' ./include/linux/phylink.h:361: warning: Excess function parameter 'interface&#x

Re: FWD: [PATCH 3/3] net: phylink: correct trivial kernel-doc inconsistencies

2020-06-21 Thread Colton Lewis
On Sunday, June 21, 2020 10:53:45 AM CDT Russell King - ARM Linux admin wrote: > > --- > > */ > > struct phylink_config { > > struct device *dev; > > @@ -331,7 +333,7 @@ void pcs_get_state(struct phylink_config *config, > > * > > * For most 10GBASE-R, there is no advertisement. > > */

[PATCH 2/3] net: core: correct trivial kernel-doc inconsistencies

2020-06-20 Thread Colton Lewis
Silence documentation build warnings by correcting kernel-doc comments. ./include/linux/netdevice.h:2138: warning: Function parameter or member 'napi_defer_hard_irqs' not described in 'net_device' Signed-off-by: Colton Lewis --- include/linux/netdevice.h | 1 + 1 file

[PATCH 3/3] net: phylink: correct trivial kernel-doc inconsistencies

2020-06-20 Thread Colton Lewis
.h:361: warning: Excess function parameter 'config' description in 'void' ./include/linux/phylink.h:361: warning: Excess function parameter 'mode' description in 'void' ./include/linux/phylink.h:361: warning: Excess function parameter 'interface&#x

Patch to correct kernel-doc comments in networking subsystem

2020-06-20 Thread Colton Lewis
This patch was sent to Dave last week, but I fear it may have been ignored because I forgot to set the subject line. Please accept or comment on this patch.

[PATCH 1/3] net: core: correct trivial kernel-doc inconsistencies

2020-06-20 Thread Colton Lewis
Silence documentation build warnings by correcting kernel-doc comments. ./net/core/dev.c:7913: warning: Function parameter or member 'dev' not described in 'netdev_get_xmit_slave' Signed-off-by: Colton Lewis --- net/core/dev.c | 1 + 1 file changed, 1 insertion(+) diff --