Commit a962bb7a authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] if_ppp.h __user annotation

annotated ioctl structure
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f878ebd9
...@@ -92,7 +92,7 @@ struct npioctl { ...@@ -92,7 +92,7 @@ struct npioctl {
/* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */ /* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
struct ppp_option_data { struct ppp_option_data {
__u8 *ptr; __u8 __user *ptr;
__u32 length; __u32 length;
int transmit; int transmit;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment