Browse Source

[PATCH] arch/sparc/kernel/led.c __user annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Al Viro 19 years ago
parent
commit
80ce8baf5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sparc/kernel/led.c

+ 1 - 1
arch/sparc/kernel/led.c

@@ -55,7 +55,7 @@ static int led_read_proc(char *buf, char **start, off_t offset, int count,
 	return len;
 	return len;
 }
 }
 
 
-static int led_write_proc(struct file *file, const char *buffer,
+static int led_write_proc(struct file *file, const char __user *buffer,
 			  unsigned long count, void *data)
 			  unsigned long count, void *data)
 {
 {
 	char *buf = NULL;
 	char *buf = NULL;