]> git.ipfire.org Git - thirdparty/linux.git/commit
lib/bug: fix inconsistent capitalization in BUG message
authorJosh Law <objecting@objecting.org>
Fri, 6 Mar 2026 16:23:27 +0000 (16:23 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:42 +0000 (21:19 -0700)
commit6a2804112d98d351df664d9209aa459a2e2fa0d0
tree09a333f5082f1795b7241bf3a0088f8594f4ec9c
parent5ab288ffab948a8201bdac5c5845abe4d36005f1
lib/bug: fix inconsistent capitalization in BUG message

Use lowercase "kernel BUG" consistently in pr_crit() messages.  The
verbose path already uses "kernel BUG at %s:%u!" but the non-verbose
fallback uses "Kernel BUG" with an uppercase 'K'.

Link: https://lkml.kernel.org/r/20260306162327.2815553-1-objecting@objecting.org
Signed-off-by: Josh Law <objecting@objecting.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/bug.c