]> git.hungrycats.org Git - linux/commitdiff
rpc: Use proper printk format for size_t argument.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 6 Jun 2004 06:26:06 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 6 Jun 2004 06:26:06 +0000 (23:26 -0700)
net/sunrpc/auth_gss/auth_gss.c

index 06aa0a38961566df15beda63624ef9642e60b24c..60bca99bf98f8190e3d5b409ab36d1cf46443b53 100644 (file)
@@ -493,7 +493,7 @@ gss_pipe_downcall(struct file *filp, const char *src, size_t mlen)
                spin_unlock(&gss_auth->lock);
        rpc_release_client(clnt);
        kfree(obj.data);
-       dprintk("RPC:      gss_pipe_downcall returning length %u\n", mlen);
+       dprintk("RPC:      gss_pipe_downcall returning length %Zu\n", mlen);
        return mlen;
 err:
        if (ctx)