Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194543
b: refs/heads/master
c: ec857fd
h: refs/heads/master
i:
  194541: c6f86b4
  194539: 0a3374a
  194535: 6d72136
  194527: 707fe74
v: v3
  • Loading branch information
Koki Sanagi authored and David S. Miller committed Apr 27, 2010
1 parent a843de1 commit 20c24fb
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: aa913403fe76d463eff55ee9aa20605bfc7051a4
refs/heads/master: ec857fd40da41d7c50d9a97e07e364c93b8b8e05
2 changes: 1 addition & 1 deletion trunk/drivers/net/igbvf/netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter,
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 20c24fb

Please sign in to comment.