Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42363
b: refs/heads/master
c: ee28b0d
h: refs/heads/master
i:
  42361: 08267ca
  42359: 6016383
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 5, 2006
1 parent 7421721 commit 5d9884d
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: 87fcd70d983d30eca4b933fff2e97d9a31743d0a
refs/heads/master: ee28b0da1069ced1688aa9d0b7b378353b988321
2 changes: 1 addition & 1 deletion trunk/drivers/net/tokenring/ibmtr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,7 @@ static void tr_rx(struct net_device *dev)
skb->protocol = tr_type_trans(skb, dev);
if (IPv4_p) {
skb->csum = chksum;
skb->ip_summed = 1;
skb->ip_summed = CHECKSUM_COMPLETE;
}
netif_rx(skb);
dev->last_rx = jiffies;
Expand Down

0 comments on commit 5d9884d

Please sign in to comment.