diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-01 07:33:44 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-02-07 20:58:50 -0500 |
commit | bee14e1f8ae2d5fd3f324e0c8562f791537160b2 (patch) | |
tree | 8a51cebf64b1130c4f5d6d97c43e2ac87276c00f /include/linux/dvb | |
parent | dd42b1518666132c21e7348c4b599c501f0021a1 (diff) | |
download | linux-3.10-bee14e1f8ae2d5fd3f324e0c8562f791537160b2.tar.gz linux-3.10-bee14e1f8ae2d5fd3f324e0c8562f791537160b2.tar.bz2 linux-3.10-bee14e1f8ae2d5fd3f324e0c8562f791537160b2.zip |
[PATCH] __user annotations of video_spu_palette
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r-- | include/linux/dvb/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h index b1999bfeaa5..b81e58b2ebf 100644 --- a/include/linux/dvb/video.h +++ b/include/linux/dvb/video.h @@ -135,7 +135,7 @@ typedef struct video_spu { typedef struct video_spu_palette { /* SPU Palette information */ int length; - uint8_t *palette; + uint8_t __user *palette; } video_spu_palette_t; |