security: replace remaining __FUNCTION__ occurrences
[sfrench/cifs-2.6.git] / security / root_plug.c
index 870f13095bb65c3cc93d0df568658d191ece74fc..6112d1404c818d40077a2417679decb9047bf40d 100644 (file)
@@ -49,7 +49,7 @@ module_param(debug, bool, 0600);
        do {                                                    \
                if (debug)                                      \
                        printk(KERN_DEBUG "%s: %s: " fmt ,      \
-                               MY_NAME , __FUNCTION__ ,        \
+                               MY_NAME , __func__ ,    \
                                ## arg);                        \
        } while (0)