SUNRPC: fix print format for tk_pid
authorChuck Lever <chuck.lever@oracle.com>
Wed, 31 Jan 2007 17:14:08 +0000 (12:14 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:10 +0000 (15:35 -0800)
commit46121cf7d85869bfe9588bac7ccf55aa0bc7f278
tree51172f1b47dd8aa99e6f96c495fe7f8e2c0bbc34
parent8885cb367f86ce02bed3bf18192d74a53ac3b81f
SUNRPC: fix print format for tk_pid

The tk_pid field is an unsigned short.  The proper print format specifier for
that type is %5u, not %4d.

Also clean up some miscellaneous print formatting nits.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth.c
net/sunrpc/auth_unix.c
net/sunrpc/cache.c
net/sunrpc/clnt.c
net/sunrpc/pmap_clnt.c
net/sunrpc/sched.c
net/sunrpc/stats.c
net/sunrpc/svc.c
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c