[PARISC] Add __user annotation to eisa_eeprom.c
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 11 Jan 2006 01:47:51 +0000 (20:47 -0500)
committerKyle McMartin <kyle@duet.int.mcmartin.ca>
Wed, 11 Jan 2006 02:51:18 +0000 (21:51 -0500)
Annotate eisa_eeprom_read() with __user.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
drivers/parisc/eisa_eeprom.c

index 3a1b4826e5c16b41ba31082cc8f5fc074503833d..e13aafa70bf528d0401770c88b3bce7815f4e35f 100644 (file)
@@ -48,7 +48,7 @@ static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
 }
 
 static ssize_t eisa_eeprom_read(struct file * file,
-                             char *buf, size_t count, loff_t *ppos )
+                             char __user *buf, size_t count, loff_t *ppos )
 {
        unsigned char *tmp;
        ssize_t ret;
This page took 0.025526 seconds and 5 git commands to generate.