diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:25:16 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:20:08 -0500 |
commit | 10297b99315e5e08fe623ba56da35db1fee69ba9 (patch) | |
tree | 06cfd5434ad5d4cb9dd8e0715716da0abd52849c /net/sched/cls_rsvp.h | |
parent | 7612713fb69a17b79ca7d757df4446700f4afe6c (diff) |
[NET] SCHED: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_rsvp.h')
-rw-r--r-- | net/sched/cls_rsvp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sched/cls_rsvp.h b/net/sched/cls_rsvp.h index 587b9adab38c..7853621a04cc 100644 --- a/net/sched/cls_rsvp.h +++ b/net/sched/cls_rsvp.h | |||
@@ -130,7 +130,7 @@ static struct tcf_ext_map rsvp_ext_map = { | |||
130 | else if (r > 0) \ | 130 | else if (r > 0) \ |
131 | return r; \ | 131 | return r; \ |
132 | } | 132 | } |
133 | 133 | ||
134 | static int rsvp_classify(struct sk_buff *skb, struct tcf_proto *tp, | 134 | static int rsvp_classify(struct sk_buff *skb, struct tcf_proto *tp, |
135 | struct tcf_result *res) | 135 | struct tcf_result *res) |
136 | { | 136 | { |
@@ -347,7 +347,7 @@ static int tunnel_bts(struct rsvp_head *data) | |||
347 | { | 347 | { |
348 | int n = data->tgenerator>>5; | 348 | int n = data->tgenerator>>5; |
349 | u32 b = 1<<(data->tgenerator&0x1F); | 349 | u32 b = 1<<(data->tgenerator&0x1F); |
350 | 350 | ||
351 | if (data->tmap[n]&b) | 351 | if (data->tmap[n]&b) |
352 | return 0; | 352 | return 0; |
353 | data->tmap[n] |= b; | 353 | data->tmap[n] |= b; |
@@ -547,7 +547,7 @@ insert: | |||
547 | s->next = *sp; | 547 | s->next = *sp; |
548 | wmb(); | 548 | wmb(); |
549 | *sp = s; | 549 | *sp = s; |
550 | 550 | ||
551 | goto insert; | 551 | goto insert; |
552 | 552 | ||
553 | errout: | 553 | errout: |
@@ -654,7 +654,7 @@ static int __init init_rsvp(void) | |||
654 | return register_tcf_proto_ops(&RSVP_OPS); | 654 | return register_tcf_proto_ops(&RSVP_OPS); |
655 | } | 655 | } |
656 | 656 | ||
657 | static void __exit exit_rsvp(void) | 657 | static void __exit exit_rsvp(void) |
658 | { | 658 | { |
659 | unregister_tcf_proto_ops(&RSVP_OPS); | 659 | unregister_tcf_proto_ops(&RSVP_OPS); |
660 | } | 660 | } |