diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-09-28 19:37:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-29 11:46:27 -0400 |
commit | ae8aed0314064da3002879fedc2d262c72865a17 (patch) | |
tree | fdb7d2d6c62a218f61c8537122a05899b9373d1c /drivers/media/video/rds.h | |
parent | be88ec74cb48d1f60d0c0f059843f846f4481d87 (diff) |
[PATCH] saa6588 __user annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/rds.h')
-rw-r--r-- | drivers/media/video/rds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/rds.h b/drivers/media/video/rds.h index 30337d0f1a87..0d30eb744e61 100644 --- a/drivers/media/video/rds.h +++ b/drivers/media/video/rds.h | |||
@@ -31,7 +31,7 @@ | |||
31 | struct rds_command { | 31 | struct rds_command { |
32 | unsigned int block_count; | 32 | unsigned int block_count; |
33 | int result; | 33 | int result; |
34 | unsigned char *buffer; | 34 | unsigned char __user *buffer; |
35 | struct file *instance; | 35 | struct file *instance; |
36 | poll_table *event_list; | 36 | poll_table *event_list; |
37 | }; | 37 | }; |