net/sunrpc: Convert (void)snprintf to snprintf
authorJoe Perches <joe@perches.com>
Mon, 8 Mar 2010 20:15:59 +0000 (12:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Mar 2010 20:15:59 +0000 (12:15 -0800)
commit81160e66cca3d3a16b7d88e0e2dccfc5c76f36f9
tree4bd45b3b0870989ab742a318dd2940b94ca1f80f
parentfc0b579168cbe737c83c6b9bbfe265d3ae6baca6
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 <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/xprtrdma/transport.c
net/sunrpc/xprtsock.c