Ver Fonte

[PATCH] __user annotations of video_spu_palette

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro há 19 anos atrás
pai
commit
bee14e1f8a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      include/linux/dvb/video.h

+ 1 - 1
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;