From: Julia Lawall Date: Thu, 9 Jun 2022 03:48:15 +0000 (+0530) Subject: RISC-V: KVM: fix typos in comments X-Git-Tag: xarray-6.0~150^2~21^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ea6c1213217dec65a8f9f396752b4d8bbcf226ea;p=users%2Fwilly%2Fxarray.git RISC-V: KVM: fix typos in comments Various spelling mistakes in comments. Detected with the help of Coccinelle. Signed-off-by: Julia Lawall Signed-off-by: Anup Patel --- diff --git a/arch/riscv/kvm/vmid.c b/arch/riscv/kvm/vmid.c index 9f764df125db..6cd93995fb65 100644 --- a/arch/riscv/kvm/vmid.c +++ b/arch/riscv/kvm/vmid.c @@ -97,7 +97,7 @@ void kvm_riscv_gstage_vmid_update(struct kvm_vcpu *vcpu) * We ran out of VMIDs so we increment vmid_version and * start assigning VMIDs from 1. * - * This also means existing VMIDs assignement to all Guest + * This also means existing VMIDs assignment to all Guest * instances is invalid and we have force VMID re-assignement * for all Guest instances. The Guest instances that were not * running will automatically pick-up new VMIDs because will