From: Joe Perches Date: Mon, 8 Mar 2010 20:15:59 +0000 (-0800) Subject: net/sunrpc: Convert (void)snprintf to snprintf X-Git-Tag: v2.6.34-rc2~48^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81160e66cca3d3a16b7d88e0e2dccfc5c76f36f9;p=pandora-kernel.git net/sunrpc: Convert (void)snprintf to snprintf (Applies on top of "Remove uses of NIPQUAD, use %pI4") Casts to void of snprintf are most uncommon in kernel source. 9 use casts, 1301 do not. Remove the remaining uses in net/sunrpc/ Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- Reading git-diff-tree failed