mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 25/29] __user annotations of video_spu_palette
@ 2006-02-08  3:19 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2006-02-08  3:19 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Date: 1138797224 -0500

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

---

 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-08  3:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-08  3:19 [PATCH 25/29] __user annotations of video_spu_palette Al Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome