aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Liang <[email protected]>2022-09-20 14:02:10 +0800
committerSean Christopherson <[email protected]>2023-01-24 10:04:58 -0800
commitb9926482ab91cd6dc19e28ae4f0ae98c6c1217d7 (patch)
tree3560b4b180b5981c00bd79f8d4e6a6e3c5851856
parentb1cd16330c8c6bc73e769b7b63e46cec2e292d6c (diff)
kvm_host.h: fix spelling typo in function declaration
Make parameters in function declaration consistent with those in function definition for better cscope-ability Signed-off-by: Wang Liang <[email protected]> Reviewed-by: Sean Christopherson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
-rw-r--r--include/linux/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h
index c2bd15204c3f..a7d6a6111f5e 100644
--- a/include/linux/kvm_host.h
+++ b/include/linux/kvm_host.h
@@ -1353,7 +1353,7 @@ void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu);
bool kvm_vcpu_wake_up(struct kvm_vcpu *vcpu);
void kvm_vcpu_kick(struct kvm_vcpu *vcpu);
int kvm_vcpu_yield_to(struct kvm_vcpu *target);
-void kvm_vcpu_on_spin(struct kvm_vcpu *vcpu, bool usermode_vcpu_not_eligible);
+void kvm_vcpu_on_spin(struct kvm_vcpu *vcpu, bool yield_to_kernel_mode);
void kvm_flush_remote_tlbs(struct kvm *kvm);