]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commit3d8ea1fd7001f39b5cc0ad2ff51696292ea3cfbf
tree3bdbd8c55e0dd16e01ff8585aa417e10d2119f44
parent4edc2f3416438a05b83a677ae7b1a78b3ca22bb9
tcp: correct kcalloc usage

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>
net/ipv4/tcp_probe.c