mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[S390] zcore: Fix __user annotation.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
bf1a95a225
commit
d9f774d439
@ -156,7 +156,7 @@ static int memcpy_real(void *dest, unsigned long src, size_t count)
|
||||
return rc;
|
||||
}
|
||||
|
||||
static int memcpy_real_user(__user void *dest, unsigned long src, size_t count)
|
||||
static int memcpy_real_user(void __user *dest, unsigned long src, size_t count)
|
||||
{
|
||||
static char buf[4096];
|
||||
int offs = 0, size;
|
||||
|
Loading…
Reference in New Issue
Block a user