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