net: remove trailing space in messages

Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Frans Pop
2010-03-24 07:57:28 +00:00
committed by David S. Miller
parent 18062ca947
commit b138338056
9 changed files with 11 additions and 11 deletions

View File

@ -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);
}