diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/auth_gss/gss_spkm3_mech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/gss_spkm3_mech.c b/net/sunrpc/auth_gss/gss_spkm3_mech.c index 41465072d0b5..8ef3f1c19435 100644 --- a/net/sunrpc/auth_gss/gss_spkm3_mech.c +++ b/net/sunrpc/auth_gss/gss_spkm3_mech.c | |||
@@ -228,7 +228,7 @@ static int __init init_spkm3_module(void) | |||
228 | status = gss_mech_register(&gss_spkm3_mech); | 228 | status = gss_mech_register(&gss_spkm3_mech); |
229 | if (status) | 229 | if (status) |
230 | printk("Failed to register spkm3 gss mechanism!\n"); | 230 | printk("Failed to register spkm3 gss mechanism!\n"); |
231 | return 0; | 231 | return status; |
232 | } | 232 | } |
233 | 233 | ||
234 | static void __exit cleanup_spkm3_module(void) | 234 | static void __exit cleanup_spkm3_module(void) |