summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-07-30 08:47:29 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-07-30 08:47:29 -0700
commitc09d206be72ea3af42ec332264f965a45e12a6d3 (patch)
treec1ceceded96d98ad85d72ac825fa2ffa564709f1 /include/linux
parent00ca77849c922c788452031ea303f09ce88ef248 (diff)
[PATCH] sparse: ftape
ftape got annotations and NULL noise removals. Propagated the dependency on alpha/i386/amd64 to Kconfig (it's already enforced by #error) Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mtio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mtio.h b/include/linux/mtio.h
index 692088c6361d..4f2daa83d3ad 100644
--- a/include/linux/mtio.h
+++ b/include/linux/mtio.h
@@ -204,7 +204,7 @@ struct mtftseg
unsigned mt_segno; /* the segment to read or write */
unsigned mt_mode; /* modes for read/write (sync/async etc.) */
int mt_result; /* result of r/w request, not of the ioctl */
- void *mt_data; /* User space buffer: must be 29kb */
+ void __user *mt_data; /* User space buffer: must be 29kb */
};
/* get tape capacity (ftape/zftape)