1
0
Fork 0

[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>
wifi-calibration
Al Viro 2005-12-15 09:18:30 +00:00 committed by Linus Torvalds
parent 78d9955bb0
commit d3a880e1ff
1 changed files with 1 additions and 1 deletions

View File

@ -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;