Commit bee14e1f authored by Al Viro's avatar Al Viro

[PATCH] __user annotations of video_spu_palette

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent dd42b151
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment