Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH net] netdevice.h: fix xdp_state kernel-doc warning
@ 2020-09-07 3:32 Randy Dunlap
2020-09-07 19:50 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-09-07 3:32 UTC (permalink / raw)
To: netdev, David Miller, Andrii Nakryiko, Alexei Starovoitov,
Jakub Kicinski
From: Randy Dunlap <rdunlap@infradead.org>
Fix kernel-doc warning in <linux/netdevice.h>:
../include/linux/netdevice.h:2158: warning: Function parameter or member 'xdp_state' not described in 'net_device'
Fixes: 7f0a838254bd ("bpf, xdp: Maintain info on attached XDP BPF programs in net_device")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrii Nakryiko <andriin@fb.com>
Cc: Alexei Starovoitov <ast@kernel.org>
---
include/linux/netdevice.h | 1 +
1 file changed, 1 insertion(+)
--- lnx-59-rc4.orig/include/linux/netdevice.h
+++ lnx-59-rc4/include/linux/netdevice.h
@@ -1849,6 +1849,7 @@ enum netdev_priv_flags {
* @udp_tunnel_nic_info: static structure describing the UDP tunnel
* offload capabilities of the device
* @udp_tunnel_nic: UDP tunnel offload state
+ * @xdp_state: stores info on attached XDP BPF programs
*
* FIXME: cleanup struct net_device such that network protocol info
* moves out.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH net] netdevice.h: fix xdp_state kernel-doc warning
2020-09-07 3:32 [PATCH net] netdevice.h: fix xdp_state kernel-doc warning Randy Dunlap
@ 2020-09-07 19:50 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-09-07 19:50 UTC (permalink / raw)
To: Randy Dunlap; +Cc: netdev, David Miller, Andrii Nakryiko, Alexei Starovoitov
On Sun, 6 Sep 2020 20:32:30 -0700 Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix kernel-doc warning in <linux/netdevice.h>:
>
> ../include/linux/netdevice.h:2158: warning: Function parameter or member 'xdp_state' not described in 'net_device'
>
> Fixes: 7f0a838254bd ("bpf, xdp: Maintain info on attached XDP BPF programs in net_device")
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Andrii Nakryiko <andriin@fb.com>
> Cc: Alexei Starovoitov <ast@kernel.org>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-07 19:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-07 3:32 [PATCH net] netdevice.h: fix xdp_state kernel-doc warning Randy Dunlap
2020-09-07 19:50 ` 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).