diff options
| author | Alexander Viro <viro@www.linux.org.uk> | 2004-07-11 19:09:51 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-07-11 19:09:51 -0700 |
| commit | 9fdca7344504243fbc49a480751d864a96748f54 (patch) | |
| tree | 46932827ddda595588c44412ba6b10b358d30b5b /include/linux/videodev.h | |
| parent | e853f588201b271035621ab4922262264d252419 (diff) | |
[PATCH] sparse: drivers/media/* annotation
Diffstat (limited to 'include/linux/videodev.h')
| -rw-r--r-- | include/linux/videodev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h index cfcf6f1cd0e2..0800884ef67c 100644 --- a/include/linux/videodev.h +++ b/include/linux/videodev.h @@ -222,7 +222,7 @@ struct video_window __u32 width,height; /* Its size */ __u32 chromakey; __u32 flags; - struct video_clip *clips; /* Set only */ + struct video_clip __user *clips; /* Set only */ int clipcount; #define VIDEO_WINDOW_INTERLACE 1 #define VIDEO_WINDOW_CHROMAKEY 16 /* Overlay by chromakey */ |
