netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next] net_sched: fix an extack message in tcf_block_find()
@ 2018-09-27 20:42 Cong Wang
  2018-09-27 20:42 ` [Patch net-next] net_sched: fix a crash in tc_new_tfilter() Cong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Cong Wang @ 2018-09-27 20:42 UTC (permalink / raw)
  To: netdev; +Cc: jiri, jhs, vladbu, Cong Wang

It is clearly a copy-n-paste.

Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
---
 net/sched/cls_api.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c
index 3de47e99b788..8dd7f8af6d54 100644
--- a/net/sched/cls_api.c
+++ b/net/sched/cls_api.c
@@ -655,7 +655,7 @@ static struct tcf_block *tcf_block_find(struct net *net, struct Qdisc **q,
 
 		*q = qdisc_refcount_inc_nz(*q);
 		if (!*q) {
-			NL_SET_ERR_MSG(extack, "Parent Qdisc doesn't exists");
+			NL_SET_ERR_MSG(extack, "Can't increase Qdisc refcount");
 			err = -EINVAL;
 			goto errout_rcu;
 		}
-- 
2.14.4

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-09-30 20:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-27 20:42 [Patch net-next] net_sched: fix an extack message in tcf_block_find() Cong Wang
2018-09-27 20:42 ` [Patch net-next] net_sched: fix a crash in tc_new_tfilter() Cong Wang
2018-09-27 21:16 ` [Patch net-next] net_sched: fix an extack message in tcf_block_find() Eric Dumazet
2018-09-27 21:36   ` Cong Wang
2018-09-27 22:18     ` Eric Dumazet
2018-09-28 17:19       ` rcu_read_lock() " Cong Wang
2018-09-28  1:51     ` [Patch net-next] net_sched: fix an extack message " David Ahern
2018-09-28 11:36 ` Vlad Buslov
2018-09-28 17:03   ` Cong Wang
2018-09-30 14:12     ` Vlad Buslov
2018-09-28 17:04 ` Cong Wang

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).