Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104917
b: refs/heads/master
c: c0e5a8c
h: refs/heads/master
i:
  104915: b8df7ba
v: v3
  • Loading branch information
Harvey Harrison authored and Jeff Garzik committed Jul 22, 2008
1 parent 8abebbb commit ae07bf0
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: 25ac3c24839002298e9329a5fda305e5383b1dc7
refs/heads/master: c0e5a8c21bb9bb222917c36eba503ae88af52c34
2 changes: 1 addition & 1 deletion trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ static int tun_chr_ioctl(struct inode *inode, struct file *file,
if ((tun->flags & TUN_TYPE_MASK) != TUN_TAP_DEV)
return -EINVAL;
rtnl_lock();
ret = update_filter(&tun->txflt, (void *) __user arg);
ret = update_filter(&tun->txflt, (void __user *)arg);
rtnl_unlock();
return ret;

Expand Down

0 comments on commit ae07bf0

Please sign in to comment.