Skip to content

Commit

Permalink
[PATCH] Address of void __user * is void __user * *, not void * __user *
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent 78d9955 commit d3a880e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d3a880e

Please sign in to comment.