commit | 46121cf7d85869bfe9588bac7ccf55aa0bc7f278 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Wed Jan 31 12:14:08 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Feb 03 15:35:10 2007 -0800 |
tree | 51172f1b47dd8aa99e6f96c495fe7f8e2c0bbc34 | |
parent | 8885cb367f86ce02bed3bf18192d74a53ac3b81f [diff] |
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 <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>