mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 10:36:22 +07:00
[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
Block a user