]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - kernel/fail_function.c
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
[mirror_ubuntu-jammy-kernel.git] / kernel / fail_function.c
index 17f75b545f665c6df331c88ee5d6b6e19112ddb6..feb80712b913cbb8f9e0cd79b2e766b5cc2476f2 100644 (file)
@@ -210,7 +210,7 @@ static int fei_seq_show(struct seq_file *m, void *v)
 {
        struct fei_attr *attr = list_entry(v, struct fei_attr, list);
 
-       seq_printf(m, "%pf\n", attr->kp.addr);
+       seq_printf(m, "%ps\n", attr->kp.addr);
        return 0;
 }