diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 03:57:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 17:01:54 -0400 |
commit | b138338056fc423c61a583d45f8aa64cfad87131 (patch) | |
tree | 89079c1f80c62a7fce240942605e869944c81a1e /net/sched | |
parent | 18062ca94714a66e75da8a22e010d0e8e61ab4cd (diff) |
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.c | 4 |
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) | |||
772 | printk(" Performance counters on\n"); | 772 | printk(" Performance counters on\n"); |
773 | #endif | 773 | #endif |
774 | #ifdef CONFIG_NET_CLS_IND | 774 | #ifdef CONFIG_NET_CLS_IND |
775 | printk(" input device check on \n"); | 775 | printk(" input device check on\n"); |
776 | #endif | 776 | #endif |
777 | #ifdef CONFIG_NET_CLS_ACT | 777 | #ifdef CONFIG_NET_CLS_ACT |
778 | printk(" Actions configured \n"); | 778 | printk(" Actions configured\n"); |
779 | #endif | 779 | #endif |
780 | return register_tcf_proto_ops(&cls_u32_ops); | 780 | return register_tcf_proto_ops(&cls_u32_ops); |
781 | } | 781 | } |