diff options
-rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index 66cb89c18347..f7a7f8380e38 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c | |||
@@ -657,7 +657,7 @@ gss_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) | |||
657 | break; | 657 | break; |
658 | default: | 658 | default: |
659 | printk(KERN_CRIT "%s: bad return from " | 659 | printk(KERN_CRIT "%s: bad return from " |
660 | "gss_fill_context: %ld\n", __func__, err); | 660 | "gss_fill_context: %zd\n", __func__, err); |
661 | BUG(); | 661 | BUG(); |
662 | } | 662 | } |
663 | goto err_release_msg; | 663 | goto err_release_msg; |