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/dvb | |
| parent | e853f588201b271035621ab4922262264d252419 (diff) | |
[PATCH] sparse: drivers/media/* annotation
Diffstat (limited to 'include/linux/dvb')
| -rw-r--r-- | include/linux/dvb/osd.h | 2 | ||||
| -rw-r--r-- | include/linux/dvb/video.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/dvb/osd.h b/include/linux/dvb/osd.h index 0d8143960a19..5ccf27457e1b 100644 --- a/include/linux/dvb/osd.h +++ b/include/linux/dvb/osd.h @@ -101,7 +101,7 @@ typedef struct osd_cmd_s { int x1; int y1; int color; - void *data; + void __user *data; } osd_cmd_t; diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h index 09a4286fb02b..8fb2eb336336 100644 --- a/include/linux/dvb/video.h +++ b/include/linux/dvb/video.h @@ -100,7 +100,7 @@ struct video_status { struct video_still_picture { - char *iFrame; /* pointer to a single iframe in memory */ + char __user *iFrame; /* pointer to a single iframe in memory */ int32_t size; }; |
