Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253047
b: refs/heads/master
c: b10cec8
h: refs/heads/master
i:
  253045: 6f6bd30
  253043: 12188e2
  253039: 2b9ff66
v: v3
  • Loading branch information
Dennis Aberilla authored and David S. Miller committed May 31, 2011
1 parent 6be46b7 commit 2ceb762
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: 48bdf072c3f1f8f739f76d19c74f4c79605cac46
refs/heads/master: b10cec8a4e8167075b9e1ff3f05419769e7f381a
2 changes: 1 addition & 1 deletion trunk/drivers/net/ks8842.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ static void ks8842_rx_frame(struct net_device *netdev,

/* check the status */
if ((status & RXSR_VALID) && !(status & RXSR_ERROR)) {
struct sk_buff *skb = netdev_alloc_skb_ip_align(netdev, len);
struct sk_buff *skb = netdev_alloc_skb_ip_align(netdev, len + 3);

if (skb) {

Expand Down

0 comments on commit 2ceb762

Please sign in to comment.