Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bee14e1f authored by Al Viro's avatar Al Viro
Browse files

[PATCH] __user annotations of video_spu_palette



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent dd42b151
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;