From: Chuck Lever Date: Wed, 31 Jan 2007 17:14:05 +0000 (-0500) Subject: SUNRPC: fix print format for tk_pid in auth_gss support X-Git-Tag: v2.6.21-rc1~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8885cb367f86ce02bed3bf18192d74a53ac3b81f;p=pandora-kernel.git SUNRPC: fix print format for tk_pid in auth_gss support 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