Re: [net-next PATCH 1/1] net: sched: flower fix typo

2015-06-25 Thread David Miller
From: Jamal Hadi Salim Date: Thu, 25 Jun 2015 06:55:27 -0400 > From: Jamal Hadi Salim > > Fix typo in the validation rules for flower's attributes > > Signed-off-by: Jamal Hadi Salim Oops, good catch, applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body o

[net-next PATCH 1/1] net: sched: flower fix typo

2015-06-25 Thread Jamal Hadi Salim
From: Jamal Hadi Salim Fix typo in the validation rules for flower's attributes Signed-off-by: Jamal Hadi Salim --- net/sched/cls_flower.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sched/cls_flower.c b/net/sched/cls_flower.c index b92d3f4..9d37ccd 100644 --