Преглед изворни кода

[PATCH] __user annotations of video_spu_palette

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Al Viro пре 20 година
родитељ
комит
bee14e1f8a
1 измењених фајлова са 1 додато и 1 уклоњено
  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;