public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kernel] KVM: SVM: Fix function name in comment
@ 2022-09-12  7:52 Alexey Kardashevskiy
  2022-09-12  7:58 ` Gupta, Pankaj
  2022-09-12  9:36 ` Sean Christopherson
  0 siblings, 2 replies; 8+ messages in thread
From: Alexey Kardashevskiy @ 2022-09-12  7:52 UTC (permalink / raw)
  To: kvm; +Cc: Alexey Kardashevskiy, Sean Christopherson, Paolo Bonzini

A recent renaming patch missed 1 spot, fix it.

This should cause no behavioural change.

Fixes: 23e5092b6e2a ("KVM: SVM: Rename hook implementations to conform to kvm_x86_ops' names")
Signed-off-by: Alexey Kardashevskiy <aik@amd.com>
---
 arch/x86/kvm/svm/sev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kvm/svm/sev.c b/arch/x86/kvm/svm/sev.c
index 28064060413a..3b99a690b60d 100644
--- a/arch/x86/kvm/svm/sev.c
+++ b/arch/x86/kvm/svm/sev.c
@@ -3015,7 +3015,7 @@ void sev_es_prepare_switch_to_guest(struct sev_es_save_area *hostsa)
 	/*
 	 * As an SEV-ES guest, hardware will restore the host state on VMEXIT,
 	 * of which one step is to perform a VMLOAD.  KVM performs the
-	 * corresponding VMSAVE in svm_prepare_guest_switch for both
+	 * corresponding VMSAVE in svm_prepare_switch_to_guest for both
 	 * traditional and SEV-ES guests.
 	 */
 
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-28  0:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12  7:52 [PATCH kernel] KVM: SVM: Fix function name in comment Alexey Kardashevskiy
2022-09-12  7:58 ` Gupta, Pankaj
2022-09-12  9:36 ` Sean Christopherson
2022-09-13  5:39   ` Alexey Kardashevskiy
2022-09-13  6:38     ` Sean Christopherson
2022-09-20  8:48       ` Alexey Kardashevskiy
2022-09-21  4:43         ` Nikunj A. Dadhania
2022-09-28  0:20           ` Sean Christopherson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox