tcp: correct kcalloc usage
authorMilton Miller <miltonm@bga.com>
Thu, 10 Jul 2008 23:51:32 +0000 (16:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jul 2008 23:51:32 +0000 (16:51 -0700)
kcalloc is supposed to be called with the count as its first argument and
the element size as the second.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found