Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194542
b: refs/heads/master
c: aa91340
h: refs/heads/master
v: v3
  • Loading branch information
Koki Sanagi authored and David S. Miller committed Apr 27, 2010
1 parent c6f86b4 commit a843de1
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: 0b53ff2eadb1db6818894435f85989fb05d7e718
refs/heads/master: aa913403fe76d463eff55ee9aa20605bfc7051a4
2 changes: 1 addition & 1 deletion trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5248,7 +5248,7 @@ static bool igb_clean_rx_irq_adv(struct igb_q_vector *q_vector,
PAGE_SIZE / 2, PCI_DMA_FROMDEVICE);
buffer_info->page_dma = 0;

skb_fill_page_desc(skb, skb_shinfo(skb)->nr_frags++,
skb_fill_page_desc(skb, skb_shinfo(skb)->nr_frags,
buffer_info->page,
buffer_info->page_offset,
length);
Expand Down

0 comments on commit a843de1

Please sign in to comment.