Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58601
b: refs/heads/master
c: d9f774d
h: refs/heads/master
i:
  58599: fc5ee4c
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jul 10, 2007
1 parent 762233c commit b5b8a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bf1a95a225c1349846274caebdca1bb8d20d5853
refs/heads/master: d9f774d439cda5b46324221a47e6aaf7dc2f77cc
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/zcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b5b8a47

Please sign in to comment.