]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - net/sunrpc/auth_gss/gss_krb5_mech.c
net: cleanup unsigned to unsigned int
[thirdparty/kernel/stable.git] / net / sunrpc / auth_gss / gss_krb5_mech.c
index 8eff8c32d1b9b403c2365326c16e44df7c0923e6..d3611f11a8dfc0767ab5736a87740a68f7645f8d 100644 (file)
@@ -624,7 +624,7 @@ gss_import_v2_context(const void *p, const void *end, struct krb5_ctx *ctx,
        ctx->seq_send = ctx->seq_send64;
        if (ctx->seq_send64 != ctx->seq_send) {
                dprintk("%s: seq_send64 %lx, seq_send %x overflow?\n", __func__,
-                       (long unsigned)ctx->seq_send64, ctx->seq_send);
+                       (unsigned long)ctx->seq_send64, ctx->seq_send);
                p = ERR_PTR(-EINVAL);
                goto out_err;
        }