Loading drivers/net/tun.c +1 −1 Original line number Diff line number Diff line Loading @@ -571,7 +571,7 @@ static __inline__ ssize_t tun_get_user(struct tun_struct *tun, if (gso.hdr_len > len) return -EINVAL; offset += sizeof(pi); offset += sizeof(gso); } if ((tun->flags & TUN_TYPE_MASK) == TUN_TAP_DEV) { Loading Loading
drivers/net/tun.c +1 −1 Original line number Diff line number Diff line Loading @@ -571,7 +571,7 @@ static __inline__ ssize_t tun_get_user(struct tun_struct *tun, if (gso.hdr_len > len) return -EINVAL; offset += sizeof(pi); offset += sizeof(gso); } if ((tun->flags & TUN_TYPE_MASK) == TUN_TAP_DEV) { Loading