summaryrefslogtreecommitdiff
path: root/include/linux/wavefront.h
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-06-03 17:22:05 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-03 17:22:05 -0700
commit236b7066ecfde294591f442aa3fbf71a932042e4 (patch)
tree5c2cb85e44bee8e1bc50cfced53ae575ac5f12d1 /include/linux/wavefront.h
parentbb0f5eb94a4800f07ff9e5def30f9600ef84e35c (diff)
[PATCH] sparse: misc headers annotations
several pointers in ioctl structures marked as userland ones. And that's it with this patchset. A couple more of those and we'll be done with the noise warnings ;-)
Diffstat (limited to 'include/linux/wavefront.h')
-rw-r--r--include/linux/wavefront.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/wavefront.h b/include/linux/wavefront.h
index 746102627662..61bd0fd35240 100644
--- a/include/linux/wavefront.h
+++ b/include/linux/wavefront.h
@@ -534,8 +534,8 @@ typedef struct wf_patch_info {
WF_{GET,SET}_CHANNEL above.
*/
- wavefront_any *hdrptr; /* user-space ptr to hdr bytes */
- UINT16 *dataptr; /* actual sample data */
+ wavefront_any __user *hdrptr; /* user-space ptr to hdr bytes */
+ UINT16 __user *dataptr; /* actual sample data */
wavefront_any hdr; /* kernel-space copy of hdr bytes */
} wavefront_patch_info;