Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8bbb1813 authored by David S. Miller's avatar David S. Miller
Browse files

tun: Fix formatting.

parent a117dacd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1382,9 +1382,9 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd,
	if (cmd == TUNSETIFF || _IOC_TYPE(cmd) == 0x89) {
		if (copy_from_user(&ifr, argp, ifreq_len))
			return -EFAULT;
	} else
	} else {
		memset(&ifr, 0, sizeof(ifr));

	}
	if (cmd == TUNGETFEATURES) {
		/* Currently this just means: "what IFF flags are valid?".
		 * This is needed because we never checked for invalid flags on