diff options
Diffstat (limited to 'drivers/net/tun.c')
-rw-r--r-- | drivers/net/tun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 01b5cfcfa870..97b25533e5fb 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
@@ -1367,7 +1367,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd, | |||
1367 | default: | 1367 | default: |
1368 | ret = -EINVAL; | 1368 | ret = -EINVAL; |
1369 | break; | 1369 | break; |
1370 | }; | 1370 | } |
1371 | 1371 | ||
1372 | unlock: | 1372 | unlock: |
1373 | rtnl_unlock(); | 1373 | rtnl_unlock(); |