Skip to content

Commit 1c0e588

Browse files
amit3sbonzini
authored andcommitted
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]>
1 parent 66155de commit 1c0e588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/uapi/linux/psp-sev.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ typedef enum {
5151
SEV_RET_INVALID_PLATFORM_STATE,
5252
SEV_RET_INVALID_GUEST_STATE,
5353
SEV_RET_INAVLID_CONFIG,
54+
SEV_RET_INVALID_CONFIG = SEV_RET_INAVLID_CONFIG,
5455
SEV_RET_INVALID_LEN,
5556
SEV_RET_ALREADY_OWNED,
5657
SEV_RET_INVALID_CERTIFICATE,

0 commit comments

Comments
 (0)