]> git.baikalelectronics.ru Git - kernel.git/commit
sched: add missing curly braces in else branch in tc_ctl_tfilter
authorJiri Pirko <jiri@mellanox.com>
Thu, 9 Feb 2017 13:38:59 +0000 (14:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2017 16:38:09 +0000 (11:38 -0500)
commit1b8282bea20ca6abe347a488ae3a7f862562bb2a
treec01b569f7eeb52b992972ab2e21429d2d41f6874
parent670239f49ec78d852962afb9e73707dc2d377acd
sched: add missing curly braces in else branch in tc_ctl_tfilter

Curly braces need to be there, for stylistic reasons.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c