Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79460
b: refs/heads/master
c: fc80be8
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed Jan 28, 2008
1 parent 09dc53b commit 57cf0cb
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: 583c28e5645c464b57b4f5d3d53113c06bb0ac5f
refs/heads/master: fc80be87dca8968fa087aae81544ba3f86afdd50
2 changes: 1 addition & 1 deletion trunk/net/ipv4/udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ void __udp4_lib_err(struct sk_buff *skb, u32 info, struct hlist_head udptable[])

void udp_err(struct sk_buff *skb, u32 info)
{
return __udp4_lib_err(skb, info, udp_hash);
__udp4_lib_err(skb, info, udp_hash);
}

/*
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/udplite.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static int udplite_rcv(struct sk_buff *skb)

static void udplite_err(struct sk_buff *skb, u32 info)
{
return __udp4_lib_err(skb, info, udplite_hash);
__udp4_lib_err(skb, info, udplite_hash);
}

static struct net_protocol udplite_protocol = {
Expand Down

0 comments on commit 57cf0cb

Please sign in to comment.