[PATCH 25/29] __user annotations of video_spu_palette

From: Al Viro
Date: Tue Feb 07 2006 - 22:22:05 EST


Date: 1138797224 -0500

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>

---

include/linux/dvb/video.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

bee14e1f8ae2d5fd3f324e0c8562f791537160b2
diff --git a/include/linux/dvb/video.h b/include/linux/dvb/video.h
index b1999bf..b81e58b 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;


--
0.99.9.GIT

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/