]> Git Repo - linux.git/blobdiff - arch/x86/include/asm/trace/exceptions.h
enetc: Migrate to PHYLINK and PCS_LYNX
[linux.git] / arch / x86 / include / asm / trace / exceptions.h
index e0e6d7f213990f7c2dc53c33accc4d448fab13a6..6b1e871948093814da7bd5f117c2e4fa60773819 100644 (file)
@@ -30,7 +30,7 @@ DECLARE_EVENT_CLASS(x86_exceptions,
                __entry->error_code = error_code;
        ),
 
-       TP_printk("address=%pf ip=%pf error_code=0x%lx",
+       TP_printk("address=%ps ip=%ps error_code=0x%lx",
                  (void *)__entry->address, (void *)__entry->ip,
                  __entry->error_code) );
 
This page took 0.03409 seconds and 4 git commands to generate.