diff options
Diffstat (limited to 'net/bluetooth/hidp/hidp.h')
-rw-r--r-- | net/bluetooth/hidp/hidp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hidp/hidp.h b/net/bluetooth/hidp/hidp.h index c2775f587d2e..c8dfacd40a06 100644 --- a/net/bluetooth/hidp/hidp.h +++ b/net/bluetooth/hidp/hidp.h | |||
@@ -86,7 +86,7 @@ struct hidp_connadd_req { | |||
86 | int intr_sock; // Connteted interrupt socket | 86 | int intr_sock; // Connteted interrupt socket |
87 | __u16 parser; | 87 | __u16 parser; |
88 | __u16 rd_size; | 88 | __u16 rd_size; |
89 | __u8 *rd_data; | 89 | __u8 __user *rd_data; |
90 | __u8 country; | 90 | __u8 country; |
91 | __u8 subclass; | 91 | __u8 subclass; |
92 | __u16 vendor; | 92 | __u16 vendor; |