Re: [PATCH net] netdevice.h: fix proto_down_reason kernel-doc warning

2020-09-07 Thread Randy Dunlap
On 9/7/20 12:49 PM, Jakub Kicinski wrote: > On Sun, 6 Sep 2020 20:31:16 -0700 Randy Dunlap wrote: >> From: Randy Dunlap >> >> Fix kernel-doc warning in : >> >> ../include/linux/netdevice.h:2158: warning: Function parameter or member >> 'proto_down_reason' not described in 'net_device' >> >> Fixes

Re: [PATCH net] netdevice.h: fix proto_down_reason kernel-doc warning

2020-09-07 Thread Jakub Kicinski
On Sun, 6 Sep 2020 20:31:16 -0700 Randy Dunlap wrote: > From: Randy Dunlap > > Fix kernel-doc warning in : > > ../include/linux/netdevice.h:2158: warning: Function parameter or member > 'proto_down_reason' not described in 'net_device' > > Fixes: 829eb208e80d ("rtnetlink: add support for proto

Re: [PATCH net] netdevice.h: fix proto_down_reason kernel-doc warning

2020-09-06 Thread Roopa Prabhu
On 9/6/20 8:31 PM, Randy Dunlap wrote: From: Randy Dunlap Fix kernel-doc warning in : ../include/linux/netdevice.h:2158: warning: Function parameter or member 'proto_down_reason' not described in 'net_device' Fixes: 829eb208e80d ("rtnetlink: add support for protodown reason") Signed-off-by

[PATCH net] netdevice.h: fix proto_down_reason kernel-doc warning

2020-09-06 Thread Randy Dunlap
From: Randy Dunlap Fix kernel-doc warning in : ../include/linux/netdevice.h:2158: warning: Function parameter or member 'proto_down_reason' not described in 'net_device' Fixes: 829eb208e80d ("rtnetlink: add support for protodown reason") Signed-off-by: Randy Dunlap Cc: Roopa Prabhu --- incl