Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340564
b: refs/heads/master
c: 1e58833
h: refs/heads/master
v: v3
  • Loading branch information
Jason Wang authored and David S. Miller committed Nov 1, 2012
1 parent b22883b commit 00e8638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 810b6d7638a288216f99bd190470d67061c8bd88
refs/heads/master: 1e5883382c3287a61aeebc33a301fd50f3a1005b
6 changes: 3 additions & 3 deletions trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
if (!tun)
goto unlock;

tun_debug(KERN_INFO, tun, "tun_chr_ioctl cmd %d\n", cmd);
tun_debug(KERN_INFO, tun, "tun_chr_ioctl cmd %u\n", cmd);

ret = 0;
switch (cmd) {
Expand Down Expand Up @@ -1459,7 +1459,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
break;
}
tun->owner = owner;
tun_debug(KERN_INFO, tun, "owner set to %d\n",
tun_debug(KERN_INFO, tun, "owner set to %u\n",
from_kuid(&init_user_ns, tun->owner));
break;

Expand All @@ -1471,7 +1471,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
break;
}
tun->group = group;
tun_debug(KERN_INFO, tun, "group set to %d\n",
tun_debug(KERN_INFO, tun, "group set to %u\n",
from_kgid(&init_user_ns, tun->group));
break;

Expand Down

0 comments on commit 00e8638

Please sign in to comment.