commit | 10297b99315e5e08fe623ba56da35db1fee69ba9 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Fri Feb 09 23:25:16 2007 +0900 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 10 23:20:08 2007 -0800 |
tree | 06cfd5434ad5d4cb9dd8e0715716da0abd52849c | |
parent | 7612713fb69a17b79ca7d757df4446700f4afe6c [diff] [blame] |
[NET] SCHED: Fix whitespace errors. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/sched/em_cmp.c b/net/sched/em_cmp.c index 8ed93c3..8d6dacd 100644 --- a/net/sched/em_cmp.c +++ b/net/sched/em_cmp.c
@@ -88,7 +88,7 @@ return tcf_em_register(&em_cmp_ops); } -static void __exit exit_em_cmp(void) +static void __exit exit_em_cmp(void) { tcf_em_unregister(&em_cmp_ops); }