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

Commit d3a880e1 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] Address of void __user * is void __user * *, not void * __user *

parent 78d9955b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3425,7 +3425,7 @@ static int sctp_copy_laddrs_to_user_old(struct sock *sk, __u16 port, int max_add
}

static int sctp_copy_laddrs_to_user(struct sock *sk, __u16 port,
				    void * __user *to, size_t space_left)
				    void __user **to, size_t space_left)
{
	struct list_head *pos;
	struct sctp_sockaddr_entry *addr;