NFS: fix print format for tk_pid
authorChuck Lever <chuck.lever@oracle.com>
Wed, 31 Jan 2007 17:14:01 +0000 (12:14 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:09 +0000 (15:35 -0800)
commita3f565b1e530a756472401835107d08fd291f242
tree84a15e4810f63689e3f85bbbc6497ee41934705e
parent4dc2eaecd4cf0687727e418540bccf956a62ebcf
NFS: 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>
fs/nfs/direct.c
fs/nfs/read.c
fs/nfs/write.c