summaryrefslogtreecommitdiffstats
path: root/lib/bug.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bug.c')
-rw-r--r--lib/bug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bug.c b/lib/bug.c
index c1b0fad31b10..44f432cb064d 100644
--- a/lib/bug.c
+++ b/lib/bug.c
@@ -191,7 +191,7 @@ enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs)
191 if (file) 191 if (file)
192 pr_crit("kernel BUG at %s:%u!\n", file, line); 192 pr_crit("kernel BUG at %s:%u!\n", file, line);
193 else 193 else
194 pr_crit("Kernel BUG at %p [verbose debug info unavailable]\n", 194 pr_crit("Kernel BUG at %pB [verbose debug info unavailable]\n",
195 (void *)bugaddr); 195 (void *)bugaddr);
196 196
197 return BUG_TRAP_TYPE_BUG; 197 return BUG_TRAP_TYPE_BUG;