From: Chuck Lever Date: Wed, 31 Jan 2007 17:14:01 +0000 (-0500) Subject: NFS: fix print format for tk_pid X-Git-Tag: v2.6.21-rc1~284 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3f565b1e530a756472401835107d08fd291f242;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed