* [PATCH net-next 1/1] net sched actions: corrected extack message
@ 2018-03-03 1:52 Roman Mashak
2018-03-05 15:20 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Roman Mashak @ 2018-03-03 1:52 UTC (permalink / raw)
To: davem; +Cc: netdev, kernel, jhs, jiri, xiyou.wangcong, Roman Mashak
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
---
net/sched/act_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sched/act_api.c b/net/sched/act_api.c
index 1f65d6a..a54fa7b 100644
--- a/net/sched/act_api.c
+++ b/net/sched/act_api.c
@@ -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;
}
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next 1/1] net sched actions: corrected extack message
2018-03-03 1:52 [PATCH net-next 1/1] net sched actions: corrected extack message Roman Mashak
@ 2018-03-05 15:20 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-03-05 15:20 UTC (permalink / raw)
To: mrv; +Cc: netdev, kernel, jhs, jiri, xiyou.wangcong
From: Roman Mashak <mrv@mojatatu.com>
Date: Fri, 2 Mar 2018 20:52:01 -0500
> Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-03-05 15:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-03 1:52 [PATCH net-next 1/1] net sched actions: corrected extack message Roman Mashak
2018-03-05 15:20 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).