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

[PATCH] dccp __user annotations

parent 6aae8738
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
};