SUNRPC: fix print format for tk_pid in auth_gss support
authorChuck Lever <chuck.lever@oracle.com>
Wed, 31 Jan 2007 17:14:05 +0000 (12:14 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:09 +0000 (15:35 -0800)
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>

No differences found