From: Milton Miller Date: Thu, 10 Jul 2008 23:51:32 +0000 (-0700) Subject: tcp: correct kcalloc usage X-Git-Tag: v2.6.26~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d8ea1fd7001f39b5cc0ad2ff51696292ea3cfbf;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed