]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/trace/events/preemptirq.h
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
[mirror_ubuntu-jammy-kernel.git] / include / trace / events / preemptirq.h
index 9a0d4ceeb1662decd22cd6a8802927ebdc3acb00..95fba0471e5bdc2cc43916b4c02a1b128f8ae1ef 100644 (file)
@@ -27,7 +27,7 @@ DECLARE_EVENT_CLASS(preemptirq_template,
                __entry->parent_offs = (u32)(parent_ip - (unsigned long)_stext);
        ),
 
-       TP_printk("caller=%pF parent=%pF",
+       TP_printk("caller=%pS parent=%pS",
                  (void *)((unsigned long)(_stext) + __entry->caller_offs),
                  (void *)((unsigned long)(_stext) + __entry->parent_offs))
 );