From: Al Viro Date: Wed, 1 Feb 2006 12:33:44 +0000 (-0500) Subject: [PATCH] __user annotations of video_spu_palette X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bee14e1f8ae2d5fd3f324e0c8562f791537160b2;p=linux-beck.git [PATCH] __user annotations of video_spu_palette Signed-off-by: Al Viro --- diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h index b1999bfeaa56..b81e58b2ebf8 100644 --- a/include/linux/dvb/video.h +++ b/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;