Skip to content

Commit

Permalink
xdp: fix parameter kdoc for extack
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Kicinski authored and David S. Miller committed May 2, 2017
1 parent eb6211d commit b5d6098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/dev.c
Original file line number Diff line number Diff line change
@@ -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
*

0 comments on commit b5d6098

Please sign in to comment.