aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/process_kern.c')
-rw-r--r--arch/um/kernel/process_kern.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/process_kern.c b/arch/um/kernel/process_kern.c
index 3113cab8675e..6922bdfb5ad5 100644
--- a/arch/um/kernel/process_kern.c
+++ b/arch/um/kernel/process_kern.c
@@ -407,7 +407,7 @@ static int proc_read_sysemu(char *buf, char **start, off_t offset, int size,int
407 return strlen(buf); 407 return strlen(buf);
408} 408}
409 409
410static int proc_write_sysemu(struct file *file,const char *buf, unsigned long count,void *data) 410static int proc_write_sysemu(struct file *file,const char __user *buf, unsigned long count,void *data)
411{ 411{
412 char tmp[2]; 412 char tmp[2];
413 413