commit | 3d8ea1fd7001f39b5cc0ad2ff51696292ea3cfbf | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Thu Jul 10 16:51:32 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 10 16:51:32 2008 -0700 |
tree | 3bdbd8c55e0dd16e01ff8585aa417e10d2119f44 | |
parent | 4edc2f3416438a05b83a677ae7b1a78b3ca22bb9 [diff] |
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>