Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75212
b: refs/heads/master
c: c6e991d
h: refs/heads/master
v: v3
  • Loading branch information
Toyo Abe authored and David S. Miller committed Dec 27, 2007
1 parent 9531e75 commit 19c1ea5
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: fae718ddaf2b00e222dddec6717aca023376723c
refs/heads/master: c6e991de4bd22dcdf9b9d9035e18b63b0bf2d198
2 changes: 1 addition & 1 deletion trunk/drivers/net/tun.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ static int tun_chr_ioctl(struct inode *inode, struct file *file,
tun->flags &= ~TUN_PERSIST;

DBG(KERN_INFO "%s: persist %s\n",
tun->dev->name, arg ? "disabled" : "enabled");
tun->dev->name, arg ? "enabled" : "disabled");
break;

case TUNSETOWNER:
Expand Down

0 comments on commit 19c1ea5

Please sign in to comment.