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:
07968fe
)
kfifo: kfifo_copy_{to,from}_user: fix copied bytes calculation
author
Lars-Peter Clausen
<lars@metafoo.de>
Thu, 14 Nov 2013 22:32:16 +0000
(14:32 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 15 Nov 2013 00:32:23 +0000
(09:32 +0900)
'copied' and 'len' are in bytes, while 'ret' is in elements, so we need to
multiply 'ret' with the size of one element to get the correct result.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: Stefani Seibold <stefani@seibold.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found