From: Al Viro Date: Wed, 1 Feb 2006 12:33:44 +0000 (-0500) Subject: [PATCH] __user annotations of video_spu_palette X-Git-Tag: v2.6.16-rc3~72 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee14e1f8ae2d5fd3f324e0c8562f791537160b2;p=linux-2.6 [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 b1999bfeaa..b81e58b2eb 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;