Skip to content

Commit

Permalink
[PATCH] dccp __user annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent 6aae873 commit 1acc04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/dccp.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ enum {
/* this structure is argument to DCCP_SOCKOPT_CHANGE_X */
struct dccp_so_feat {
__u8 dccpsf_feat;
__u8 *dccpsf_val;
__u8 __user *dccpsf_val;
__u8 dccpsf_len;
};

Expand Down

0 comments on commit 1acc04c

Please sign in to comment.