Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5d60989 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller
Browse files

xdp: fix parameter kdoc for extack



Fix kdoc parameter spelling from extact to extack.

Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eb6211d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 *