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

Commit d143b9e3 authored by Roman Mashak's avatar Roman Mashak Committed by David S. Miller
Browse files

net sched actions: corrected extack message

parent ca435f88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1083,7 +1083,7 @@ tcf_add_notify(struct net *net, struct nlmsghdr *n, struct list_head *actions,

	if (tca_get_fill(skb, actions, portid, n->nlmsg_seq, n->nlmsg_flags,
			 RTM_NEWACTION, 0, 0) <= 0) {
		NL_SET_ERR_MSG(extack, "Failed to fill netlink attributes while deleting TC action");
		NL_SET_ERR_MSG(extack, "Failed to fill netlink attributes while adding TC action");
		kfree_skb(skb);
		return -EINVAL;
	}