Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277916
b: refs/heads/master
c: 570e57b
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Nov 22, 2011
1 parent bbc8374 commit ff4de4e
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: a2d7ec58ac09f30ab726f216827f7c7095b2a98f
refs/heads/master: 570e57bcbcc4df5581b1e9c806ab2b16e96ea7d3
2 changes: 1 addition & 1 deletion trunk/include/linux/atmdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ void atm_dev_release_vccs(struct atm_dev *dev);

static inline int atm_guess_pdu2truesize(int size)
{
return SKB_DATA_ALIGN(size) + sizeof(struct skb_shared_info);
return SKB_TRUESIZE(size);
}


Expand Down

0 comments on commit ff4de4e

Please sign in to comment.