NLM: fix print format for tk_pid
authorChuck Lever <chuck.lever@oracle.com>
Tue, 5 Dec 2006 21:36:03 +0000 (16:36 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:54 +0000 (10:46 -0500)
The tk_pid field is an unsigned short.  The proper print format specifier for
that type is %5u, not %4d.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found