Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300427
b: refs/heads/master
c: 3e86670
h: refs/heads/master
i:
  300425: 7134b9b
  300423: 533e75d
v: v3
  • Loading branch information
Eldad Zack authored and David S. Miller committed Apr 2, 2012
1 parent 352b594 commit 849b92e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b3fe91c53a0a2e1a665b451bd306bcb5e56c2e97
refs/heads/master: 3e866703cbf8a832cd857426c5a9989b16037138
6 changes: 3 additions & 3 deletions trunk/net/ipv6/sit.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ static struct net_device_stats *ipip6_get_stats(struct net_device *dev)
/*
* Must be invoked with rcu_read_lock
*/
static struct ip_tunnel * ipip6_tunnel_lookup(struct net *net,
static struct ip_tunnel *ipip6_tunnel_lookup(struct net *net,
struct net_device *dev, __be32 remote, __be32 local)
{
unsigned int h0 = HASH(remote);
Expand Down Expand Up @@ -691,7 +691,7 @@ static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,
goto tx_error;
}

addr6 = (const struct in6_addr*)&neigh->primary_key;
addr6 = (const struct in6_addr *)&neigh->primary_key;
addr_type = ipv6_addr_type(addr6);

if ((addr_type & IPV6_ADDR_UNICAST) &&
Expand Down Expand Up @@ -721,7 +721,7 @@ static netdev_tx_t ipip6_tunnel_xmit(struct sk_buff *skb,
goto tx_error;
}

addr6 = (const struct in6_addr*)&neigh->primary_key;
addr6 = (const struct in6_addr *)&neigh->primary_key;
addr_type = ipv6_addr_type(addr6);

if (addr_type == IPV6_ADDR_ANY) {
Expand Down

0 comments on commit 849b92e

Please sign in to comment.