]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/stop_machine.c
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / kernel / stop_machine.c
index 067cb83f37eae5644fa84e29a614abd6b4d8a3de..7231fb5953fcb89a257f5d5e965121f48d542891 100644 (file)
@@ -513,7 +513,7 @@ static void cpu_stopper_thread(unsigned int cpu)
                }
                preempt_count_dec();
                WARN_ONCE(preempt_count(),
-                         "cpu_stop: %pf(%p) leaked preempt count\n", fn, arg);
+                         "cpu_stop: %ps(%p) leaked preempt count\n", fn, arg);
                goto repeat;
        }
 }