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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Jakub Kicinski authored and davem330 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
Expand Up @@ -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
*
Expand Down

0 comments on commit b5d6098

Please sign in to comment.