making it more modern

:)
This commit is contained in:
TIBTHINK 2019-11-18 20:11:52 -05:00 committed by GitHub
parent af42d3466b
commit 0e3e4d08a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,7 @@ void panic(const char *fmt, ...)
if (len && buf[len - 1] == '\n')
buf[len - 1] = '\0';
pr_emerg("Kernel panic - not syncing: %s\n", buf);
pr_emerg("Kernel bruh moment - not syncing: %s\n", buf);
#ifdef CONFIG_DEBUG_BUGVERBOSE
/*
* Avoid nested stack-dumping if a panic occurs during oops processing