aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Shah <[email protected]>2024-08-14 10:31:13 +0200
committerPaolo Bonzini <[email protected]>2024-08-14 13:05:42 -0400
commit1c0e5881691a787a9399a99bff4d56ead6e75e91 (patch)
treedcaf815d3a8db7a0a6b41cee992261c7f585c9f4
parent66155de93bcf4f2967e602a4b3bf7ebe58f34b11 (diff)
KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG
"INVALID" is misspelt in "SEV_RET_INAVLID_CONFIG". Since this is part of the UAPI, keep the current definition and add a new one with the fix. Fix-suggested-by: Marc Zyngier <[email protected]> Signed-off-by: Amit Shah <[email protected]> Message-ID: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
-rw-r--r--include/uapi/linux/psp-sev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/psp-sev.h b/include/uapi/linux/psp-sev.h
index 2289b7c76c59..832c15d9155b 100644
--- a/include/uapi/linux/psp-sev.h
+++ b/include/uapi/linux/psp-sev.h
@@ -51,6 +51,7 @@ typedef enum {
SEV_RET_INVALID_PLATFORM_STATE,
SEV_RET_INVALID_GUEST_STATE,
SEV_RET_INAVLID_CONFIG,
+ SEV_RET_INVALID_CONFIG = SEV_RET_INAVLID_CONFIG,
SEV_RET_INVALID_LEN,
SEV_RET_ALREADY_OWNED,
SEV_RET_INVALID_CERTIFICATE,