aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c
diff options
context:
space:
mode:
authorYang Yingliang <yangyingliang@huawei.com>2013-12-10 20:55:32 +0800
committerDavid S. Miller <davem@davemloft.net>2013-12-10 22:44:51 -0500
commit833fa7438659d768f0aee862aab4a30cde362bbf (patch)
tree510cfff1d5ca409bf130228adcf77d8a6d5c2033 /net/sched/sch_netem.c
parentnet_sched: change "foo* bar" to "foo *bar" (diff)
downloadlinux-dev-833fa7438659d768f0aee862aab4a30cde362bbf.tar.xz
linux-dev-833fa7438659d768f0aee862aab4a30cde362bbf.zip
net_sched: add space around '>' and before '('
Spaces required around that '>' (ctx:VxV) and before the open parenthesis '('. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_netem.c')
-rw-r--r--net/sched/sch_netem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_netem.c b/net/sched/sch_netem.c
index bccd52b36e97..f3befd6b4781 100644
--- a/net/sched/sch_netem.c
+++ b/net/sched/sch_netem.c
@@ -729,7 +729,7 @@ static int get_loss_clg(struct Qdisc *sch, const struct nlattr *attr)
nla_for_each_nested(la, attr, rem) {
u16 type = nla_type(la);
- switch(type) {
+ switch (type) {
case NETEM_LOSS_GI: {
const struct tc_netem_gimodel *gi = nla_data(la);