summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/trace/exceptions.h
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2019-05-06 11:33:10 +0300
committerPetr Mladek <pmladek@suse.com>2019-05-06 11:33:10 +0300
commit0f46c78391e1348fe45af86a0cd52795726695af (patch)
treeee841bfa1178ce5be421c79bed73bb5e72b6d38e /arch/x86/include/asm/trace/exceptions.h
parent35e1547511fcb035437b4527184458adfb0e8f43 (diff)
parentd75f773c86a2b8b7278e2c33343b46a4024bc002 (diff)
downloadlinux-0f46c78391e1348fe45af86a0cd52795726695af.tar.xz
Merge branch 'for-5.2-pf-removal' into for-linus
Diffstat (limited to 'arch/x86/include/asm/trace/exceptions.h')
-rw-r--r--arch/x86/include/asm/trace/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/trace/exceptions.h b/arch/x86/include/asm/trace/exceptions.h
index e0e6d7f21399..6b1e87194809 100644
--- a/arch/x86/include/asm/trace/exceptions.h
+++ b/arch/x86/include/asm/trace/exceptions.h
@@ -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) );