diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2007-02-09 09:24:35 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-02-11 02:19:23 -0500 |
commit | 9d6f229fc45b6ac268020c0c8eff29e94bb34381 (patch) | |
tree | c8f514f2f13ea563256d97a2627aac9f89c57bf5 /net/bridge/br_input.c | |
parent | 8e87d14255acffeee36873de226dc25c11b5f46d (diff) |
[NET] BRIDGE: 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/bridge/br_input.c')
-rw-r--r-- | net/bridge/br_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c index bfa4d8c333f7..35b94f9a1ac5 100644 --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c | |||
@@ -119,7 +119,7 @@ static inline int is_link_local(const unsigned char *dest) | |||
119 | * Called via br_handle_frame_hook. | 119 | * Called via br_handle_frame_hook. |
120 | * Return 0 if *pskb should be processed furthur | 120 | * Return 0 if *pskb should be processed furthur |
121 | * 1 if *pskb is handled | 121 | * 1 if *pskb is handled |
122 | * note: already called with rcu_read_lock (preempt_disabled) | 122 | * note: already called with rcu_read_lock (preempt_disabled) |
123 | */ | 123 | */ |
124 | int br_handle_frame(struct net_bridge_port *p, struct sk_buff **pskb) | 124 | int br_handle_frame(struct net_bridge_port *p, struct sk_buff **pskb) |
125 | { | 125 | { |
@@ -137,7 +137,7 @@ int br_handle_frame(struct net_bridge_port *p, struct sk_buff **pskb) | |||
137 | 137 | ||
138 | if (p->state == BR_STATE_FORWARDING || p->state == BR_STATE_LEARNING) { | 138 | if (p->state == BR_STATE_FORWARDING || p->state == BR_STATE_LEARNING) { |
139 | if (br_should_route_hook) { | 139 | if (br_should_route_hook) { |
140 | if (br_should_route_hook(pskb)) | 140 | if (br_should_route_hook(pskb)) |
141 | return 0; | 141 | return 0; |
142 | skb = *pskb; | 142 | skb = *pskb; |
143 | dest = eth_hdr(skb)->h_dest; | 143 | dest = eth_hdr(skb)->h_dest; |