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>
Showing
- net/sunrpc/auth.c 13 additions, 12 deletionsnet/sunrpc/auth.c
- net/sunrpc/auth_unix.c 5 additions, 4 deletionsnet/sunrpc/auth_unix.c
- net/sunrpc/cache.c 2 additions, 1 deletionnet/sunrpc/cache.c
- net/sunrpc/clnt.c 69 additions, 60 deletionsnet/sunrpc/clnt.c
- net/sunrpc/pmap_clnt.c 10 additions, 8 deletionsnet/sunrpc/pmap_clnt.c
- net/sunrpc/sched.c 35 additions, 31 deletionsnet/sunrpc/sched.c
- net/sunrpc/stats.c 3 additions, 3 deletionsnet/sunrpc/stats.c
- net/sunrpc/svc.c 3 additions, 3 deletionsnet/sunrpc/svc.c
- net/sunrpc/xprt.c 31 additions, 26 deletionsnet/sunrpc/xprt.c
- net/sunrpc/xprtsock.c 57 additions, 50 deletionsnet/sunrpc/xprtsock.c
Loading
Please register or sign in to comment