Commit d998265feb7cbcf74e27e3057dac309dcad47bf7
Committed by
Linus Torvalds
1 parent
3728d254de
Exists in
master
and in
20 other branches
[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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/zorro/proc.c
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | } |
46 | 46 | |
47 | 47 | static ssize_t |
48 | -proc_bus_zorro_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos) | |
48 | +proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos) | |
49 | 49 | { |
50 | 50 | struct inode *ino = file->f_dentry->d_inode; |
51 | 51 | struct proc_dir_entry *dp = PDE(ino); |