Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18755
b: refs/heads/master
c: 8243126
h: refs/heads/master
i:
  18753: b167f2f
  18751: 77b4e5f
v: v3
  • Loading branch information
David S. Miller committed Jan 17, 2006
1 parent 9f59316 commit 644d368
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: f09484ff87f677056ce631aa3d8e486861501b51
refs/heads/master: 8243126c5e29030bf1a3fb75187a513966dcba62
2 changes: 1 addition & 1 deletion trunk/include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ static inline int skb_tailroom(const struct sk_buff *skb)
* Increase the headroom of an empty &sk_buff by reducing the tail
* room. This is only allowed for an empty buffer.
*/
static inline void skb_reserve(struct sk_buff *skb, unsigned int len)
static inline void skb_reserve(struct sk_buff *skb, int len)
{
skb->data += len;
skb->tail += len;
Expand Down

0 comments on commit 644d368

Please sign in to comment.