git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc0b579
)
net/sunrpc: Convert (void)snprintf to snprintf
author
Joe Perches
<joe@perches.com>
Mon, 8 Mar 2010 20:15:59 +0000
(12:15 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 8 Mar 2010 20:15:59 +0000
(12:15 -0800)
(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>
No differences found