[PATCH] m68k: zorro __user annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds d998265f 3728d254

+1 -1
+1 -1
drivers/zorro/proc.c
··· 45 } 46 47 static ssize_t 48 - proc_bus_zorro_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos) 49 { 50 struct inode *ino = file->f_dentry->d_inode; 51 struct proc_dir_entry *dp = PDE(ino);
··· 45 } 46 47 static ssize_t 48 + proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) 49 { 50 struct inode *ino = file->f_dentry->d_inode; 51 struct proc_dir_entry *dp = PDE(ino);