treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
[linux-2.6-microblaze.git] / drivers / block / drbd / drbd_receiver.c
index c7ad88d..3e5fd97 100644 (file)
@@ -6116,7 +6116,7 @@ int drbd_ack_receiver(struct drbd_thread *thi)
 
                        err = cmd->fn(connection, &pi);
                        if (err) {
-                               drbd_err(connection, "%pf failed\n", cmd->fn);
+                               drbd_err(connection, "%ps failed\n", cmd->fn);
                                goto reconnect;
                        }