]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/tun.c
dl2k: BMCR_t fixes
[linux-2.6-omap-h63xx.git] / drivers / net / tun.c
index 1f76446959765ef577382517e7039c0ab044d5c3..f8b8c71187a076f426b40833f5631d9445c9fdf0 100644 (file)
@@ -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: