git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab420e6
)
clarify get_user_pages() prototype
author
Peter Zijlstra
<peterz@infradead.org>
Thu, 25 Jun 2009 09:58:55 +0000
(11:58 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 25 Jun 2009 18:22:13 +0000
(11:22 -0700)
Currently the 4th parameter of get_user_pages() is called len, but its
in pages, not bytes. Rename the thing to nr_pages to avoid future
confusion.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found