Skip to content

Commit 26824f9

Browse files
trueptolemybonzini
authored andcommitted
target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()
Update the comment to match the X86ConfidentialGuestClass implementation. Reported-by: Xiaoyao Li <[email protected]> Signed-off-by: Zhao Liu <[email protected]> Reviewed-by: Pankaj Gupta <[email protected]> Reviewed-by: Zide Chen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 5dabc87 commit 26824f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target/i386/confidential-guest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct X86ConfidentialGuestClass {
4646
/**
4747
* x86_confidential_guest_kvm_type:
4848
*
49-
* Calls #X86ConfidentialGuestClass.unplug callback of @plug_handler.
49+
* Calls #X86ConfidentialGuestClass.kvm_type() callback.
5050
*/
5151
static inline int x86_confidential_guest_kvm_type(X86ConfidentialGuest *cg)
5252
{

0 commit comments

Comments
 (0)