mirror of https://gitee.com/openkylin/linux.git
[PATCH] __user annotations of video_spu_palette
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
dd42b15186
commit
bee14e1f8a
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue