commit | 81160e66cca3d3a16b7d88e0e2dccfc5c76f36f9 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Mar 08 12:15:59 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 08 12:15:59 2010 -0800 |
tree | 4bd45b3b0870989ab742a318dd2940b94ca1f80f | |
parent | fc0b579168cbe737c83c6b9bbfe265d3ae6baca6 [diff] |
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>