diff options
Diffstat (limited to 'include/linux/net.h')
| -rw-r--r-- | include/linux/net.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/net.h b/include/linux/net.h index 41c608c1b02c..c9b4a63791a4 100644 --- a/include/linux/net.h +++ b/include/linux/net.h @@ -123,7 +123,7 @@ struct socket {  	struct file		*file;  	struct sock		*sk; -	const struct proto_ops	*ops; +	const struct proto_ops	*ops; /* Might change with IPV6_ADDRFORM or MPTCP. */  	struct socket_wq	wq;  };  | 
