net: replace remaining __FUNCTION__ occurrences
[linux-2.6-block.git] / net / sunrpc / auth_gss / auth_gss.c
index 6dac387922888def8781b2f6d6d104acab9dc97c..5828e5c060ca6f0fd7f8db305774261cd8d3e76e 100644 (file)
@@ -625,7 +625,7 @@ gss_create(struct rpc_clnt *clnt, rpc_authflavor_t flavor)
        gss_auth->mech = gss_mech_get_by_pseudoflavor(flavor);
        if (!gss_auth->mech) {
                printk(KERN_WARNING "%s: Pseudoflavor %d not found!\n",
-                               __FUNCTION__, flavor);
+                               __func__, flavor);
                goto err_free;
        }
        gss_auth->service = gss_pseudoflavor_to_service(gss_auth->mech, flavor);