From: Eric Dumazet Date: Wed, 22 Jun 2005 21:32:51 +0000 (-0700) Subject: [NET]: dont use strlen() but the result from a prior sprintf() X-Git-Tag: v2.6.13-rc1~68^2~534^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f31f5f051269746179b01017fc5e3dcf6b37c67e;p=pandora-kernel.git [NET]: dont use strlen() but the result from a prior sprintf() Small patch to save an unecessary call to strlen() : sprintf() gave us the length, just trust it. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed