Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150744
b: refs/heads/master
c: 6f536f4
h: refs/heads/master
v: v3
  • Loading branch information
Sridhar Samudrala authored and David S. Miller committed Jun 8, 2009
1 parent 5f42265 commit 6837323
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: 2faef52b72958b8b1c08e927b9b0691c314cf6f4
refs/heads/master: 6f536f403979d37021508c5804509a379d853788
2 changes: 1 addition & 1 deletion trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ static __inline__ ssize_t tun_get_user(struct tun_struct *tun,

if (gso.hdr_len > len)
return -EINVAL;
offset += sizeof(pi);
offset += sizeof(gso);
}

if ((tun->flags & TUN_TYPE_MASK) == TUN_TAP_DEV) {
Expand Down

0 comments on commit 6837323

Please sign in to comment.