RxRPC: Fix kcalloc parameters swapped
authorAxel Lin <axel.lin@gmail.com>
Mon, 13 Feb 2012 20:19:14 +0000 (20:19 +0000)
committerDavid 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