Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362163
b: refs/heads/master
c: b7fef2d
h: refs/heads/master
i:
  362161: 0f46eec
  362159: 7c651f1
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Mar 21, 2013
1 parent 630dd60 commit cf38619
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: 94f9852de86447088e8e3c12d8b5a8f996acee32
refs/heads/master: b7fef2dd7217d9e3f35c948e87297451e55c9709
2 changes: 1 addition & 1 deletion trunk/arch/s390/lib/uaccess_pt.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ size_t copy_to_user_pt(size_t n, void __user *to, const void *from)

static size_t clear_user_pt(size_t n, void __user *to)
{
void *zpage = &empty_zero_page;
void *zpage = (void *) empty_zero_page;
long done, size, ret;

done = 0;
Expand Down

0 comments on commit cf38619

Please sign in to comment.