Skip to content

Commit d143b9e

Browse files
Roman Mashakdavem330
authored andcommitted
net sched actions: corrected extack message
Signed-off-by: Roman Mashak <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ca435f8 commit d143b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sched/act_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ tcf_add_notify(struct net *net, struct nlmsghdr *n, struct list_head *actions,
10831083

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

0 commit comments

Comments
 (0)