aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r--drivers/net/tun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index e091756166a3..4fdfa2ae5418 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -1368,7 +1368,7 @@ static const struct file_operations tun_fops = {
1368static struct miscdevice tun_miscdev = { 1368static struct miscdevice tun_miscdev = {
1369 .minor = TUN_MINOR, 1369 .minor = TUN_MINOR,
1370 .name = "tun", 1370 .name = "tun",
1371 .devnode = "net/tun", 1371 .nodename = "net/tun",
1372 .fops = &tun_fops, 1372 .fops = &tun_fops,
1373}; 1373};
1374 1374