From c09d206be72ea3af42ec332264f965a45e12a6d3 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Fri, 30 Jul 2004 08:47:29 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- include/linux/mtio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') 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) -- cgit v1.2.3