Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310867
b: refs/heads/master
c: 25f4298
h: refs/heads/master
i:
  310865: dc93114
  310863: b45991e
v: v3
  • Loading branch information
Stephane Eranian authored and Ingo Molnar committed Jun 13, 2012
1 parent 99cc81f commit 1e0bac6
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: 9ee6ddc9dada9cc4b2201631bc74fbf203183a10
refs/heads/master: 25f42985825dd93f0593efe454e54c2aa13f7830
2 changes: 1 addition & 1 deletion trunk/arch/x86/lib/usercopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ copy_from_user_nmi(void *to, const void __user *from, unsigned long n)
void *map;
int ret;

if (__range_not_ok(from, n, TASK_SIZE) == 0)
if (__range_not_ok(from, n, TASK_SIZE))
return len;

do {
Expand Down

0 comments on commit 1e0bac6

Please sign in to comment.