]> git.baikalelectronics.ru Git - kernel.git/commit
sch_cake: fix a few style nits
authorToke Høiland-Jørgensen <toke@redhat.com>
Thu, 25 Jun 2020 20:12:09 +0000 (22:12 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jun 2020 23:24:05 +0000 (16:24 -0700)
commitd346e419d7e7923f3d1b97b2dc7bbbd539146d41
tree568b9449cad3d54f701f952dbfc06d1ce0d62e6a
parent1da4b848ad69dfa4c297d1b928b14ebb04051ea6
sch_cake: fix a few style nits

I spotted a few nits when comparing the in-tree version of sch_cake with
the out-of-tree one: A redundant error variable declaration shadowing an
outer declaration, and an indentation alignment issue. Fix both of these.

Fixes: 106d5dd474da ("sched: Add Common Applications Kept Enhanced (cake) qdisc")
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_cake.c