Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69415
b: refs/heads/master
c: ad643a7
h: refs/heads/master
i:
  69413: 650164e
  69411: d703e1a
  69407: 5a003b3
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Oct 15, 2007
1 parent 3d29556 commit 06ccfbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 9c2842bd94dd72d77bddb498bdd76342a0089168
refs/heads/master: ad643a793bfb933e1b9e37ad4a5edf389ae160ea
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ int ipv6_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt
*/


static inline int ip6_input_finish(struct sk_buff *skb)
static int ip6_input_finish(struct sk_buff *skb)
{
struct inet6_protocol *ipprot;
struct sock *raw_sk;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ static __inline__ void ipv6_select_ident(struct sk_buff *skb, struct frag_hdr *f
spin_unlock_bh(&ip6_id_lock);
}

static inline int ip6_output_finish(struct sk_buff *skb)
static int ip6_output_finish(struct sk_buff *skb)
{
struct dst_entry *dst = skb->dst;

Expand Down

0 comments on commit 06ccfbb

Please sign in to comment.