aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-03-24 07:57:28 +0000
committerDavid S. Miller <davem@davemloft.net>2010-03-24 14:01:54 -0700
commitb138338056fc423c61a583d45f8aa64cfad87131 (patch)
tree89079c1f80c62a7fce240942605e869944c81a1e /net/sched
parentrds: cleanup: remove unneeded variable (diff)
downloadlinux-dev-b138338056fc423c61a583d45f8aa64cfad87131.tar.xz
linux-dev-b138338056fc423c61a583d45f8aa64cfad87131.zip
net: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/cls_u32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c
index 07372f60bee3..1ef76871a57b 100644
--- a/net/sched/cls_u32.c
+++ b/net/sched/cls_u32.c
@@ -772,10 +772,10 @@ static int __init init_u32(void)
printk(" Performance counters on\n");
#endif
#ifdef CONFIG_NET_CLS_IND
- printk(" input device check on \n");
+ printk(" input device check on\n");
#endif
#ifdef CONFIG_NET_CLS_ACT
- printk(" Actions configured \n");
+ printk(" Actions configured\n");
#endif
return register_tcf_proto_ops(&cls_u32_ops);
}