Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266675
b: refs/heads/master
c: ed64b3c
h: refs/heads/master
i:
  266673: 049e344
  266671: 8d5f24b
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Oct 13, 2011
1 parent 4bc72c2 commit b6337e4
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: a1f4e8bcbccf50cf1894c263af4d677d4f566533
refs/heads/master: ed64b3cc11502f50e1401f12e33d021592800bca
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3737,7 +3737,7 @@ static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb,
bi->page = NULL;
skb->len += length;
skb->data_len += length;
skb->truesize += length;
skb->truesize += PAGE_SIZE;
}

/**
Expand Down

0 comments on commit b6337e4

Please sign in to comment.