On Sun, 6 Sep 2020 20:32:30 -0700 Randy Dunlap wrote:
> From: Randy Dunlap
>
> Fix kernel-doc warning in :
>
> ../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
From: Randy Dunlap
Fix kernel-doc warning in :
../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
Cc: Andrii