mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
xdp: fix parameter kdoc for extack
Fix kdoc parameter spelling from extact to extack. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
eb6211d360
commit
b5d60989c6
@ -6854,7 +6854,7 @@ EXPORT_SYMBOL(dev_change_proto_down);
|
||||
/**
|
||||
* dev_change_xdp_fd - set or clear a bpf program for a device rx path
|
||||
* @dev: device
|
||||
* @extact: netlink extended ack
|
||||
* @extack: netlink extended ack
|
||||
* @fd: new program fd or negative value to clear
|
||||
* @flags: xdp-related flags
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user