Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80ce8baf authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

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

parent a3297296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ static int led_read_proc(char *buf, char **start, off_t offset, int count,
	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)
{
	char *buf = NULL;