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:
fc54363
)
RxRPC: Fix kcalloc parameters swapped
author
Axel Lin
<axel.lin@gmail.com>
Mon, 13 Feb 2012 20:19:14 +0000
(20:19 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 14 Feb 2012 19:41:55 +0000
(14:41 -0500)
The first parameter should be "number of elements" and the second parameter
should be "element size".
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found