[PATCH] Address of void __user * is void __user * *, not void * __user *
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
78d9955bb0
commit
d3a880e1ff
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
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 list_head *pos;
|
||||||
struct sctp_sockaddr_entry *addr;
|
struct sctp_sockaddr_entry *addr;
|
||||||
|
|
Loading…
Reference in a new issue