Commit 8d9d46bb authored by Joerg Roedel's avatar Joerg Roedel Committed by Borislav Petkov

x86/sev: Use "SEV: " prefix for messages from sev.c

The source file has been renamed froms sev-es.c to sev.c, but the
messages are still prefixed with "SEV-ES: ". Change that to "SEV: " to
make it consistent.

Fixes: e759959f ("x86/sev-es: Rename sev-es.{ch} to sev.{ch}")
Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210622144825.27588-4-joro@8bytes.org
parent 310f134e
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Author: Joerg Roedel <jroedel@suse.de> * Author: Joerg Roedel <jroedel@suse.de>
*/ */
#define pr_fmt(fmt) "SEV-ES: " fmt #define pr_fmt(fmt) "SEV: " fmt
#include <linux/sched/debug.h> /* For show_regs() */ #include <linux/sched/debug.h> /* For show_regs() */
#include <linux/percpu-defs.h> #include <linux/percpu-defs.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment