Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18130
b: refs/heads/master
c: d998265
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jan 12, 2006
1 parent d9b3c97 commit 139498c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3728d254def75837bf57aa4f897ba4f3a3e82d0b
refs/heads/master: d998265feb7cbcf74e27e3057dac309dcad47bf7
2 changes: 1 addition & 1 deletion trunk/drivers/zorro/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ proc_bus_zorro_lseek(struct file *file, loff_t off, int whence)
}

static ssize_t
proc_bus_zorro_read(struct file *file, char *buf, size_t nbytes, loff_t *ppos)
proc_bus_zorro_read(struct file *file, char __user *buf, size_t nbytes, loff_t *ppos)
{
struct inode *ino = file->f_dentry->d_inode;
struct proc_dir_entry *dp = PDE(ino);
Expand Down

0 comments on commit 139498c

Please sign in to comment.