Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369751
b: refs/heads/master
c: 2bac7cb
h: refs/heads/master
i:
  369749: dc99f82
  369747: 4557b36
  369743: 4e8320e
v: v3
  • Loading branch information
Chen Gang authored and David S. Miller committed Apr 25, 2013
1 parent 552fbf7 commit 6bd8d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0eb43b4bb081a1a22574daab9c05286a600dd7fe
refs/heads/master: 2bac7cb316d1327c457a715bac5fd56bbc42bc63
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_gre.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ static netdev_tx_t ipgre_xmit(struct sk_buff *skb,
if (dev->header_ops) {
/* Need space for new headers */
if (skb_cow_head(skb, dev->needed_headroom -
(tunnel->hlen + sizeof(struct iphdr))));
(tunnel->hlen + sizeof(struct iphdr))))
goto free_skb;

tnl_params = (const struct iphdr *)skb->data;
Expand Down

0 comments on commit 6bd8d58

Please sign in to comment.