commit | 55e747445beec8df1133bb8681c884500546775c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Fri Feb 09 16:38:00 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 09 09:14:06 2007 -0800 |
tree | 3a6913e808887a19501d32663a941011a14f18ad | |
parent | d76fdf754a4b61741d78c545489145919affea4d [diff] [blame] |
[PATCH] hidp __user annotations Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index c2775f5..c8dfacd 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h
@@ -86,7 +86,7 @@ int intr_sock; // Connteted interrupt socket __u16 parser; __u16 rd_size; - __u8 *rd_data; + __u8 __user *rd_data; __u8 country; __u8 subclass; __u16 vendor;