2022-05-02 23:57:37

by Julia Lawall

[permalink] [raw]
Subject: [PATCH] RISC-V: fix typos in comments

Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <[email protected]>

---
arch/riscv/kvm/vmid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kvm/vmid.c b/arch/riscv/kvm/vmid.c
index 2fa4f7b1813d..4a2178c60b5d 100644
--- a/arch/riscv/kvm/vmid.c
+++ b/arch/riscv/kvm/vmid.c
@@ -92,7 +92,7 @@ void kvm_riscv_stage2_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


2022-06-02 05:30:15

by Palmer Dabbelt

[permalink] [raw]
Subject: (RISC-V KVM) Re: [PATCH] RISC-V: fix typos in comments

On Sat, 30 Apr 2022 12:11:20 PDT (-0700), [email protected] wrote:
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <[email protected]>
>
> ---
> arch/riscv/kvm/vmid.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/kvm/vmid.c b/arch/riscv/kvm/vmid.c
> index 2fa4f7b1813d..4a2178c60b5d 100644
> --- a/arch/riscv/kvm/vmid.c
> +++ b/arch/riscv/kvm/vmid.c
> @@ -92,7 +92,7 @@ void kvm_riscv_stage2_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

Anup: I'm guessing you didn't see this because it didn't have KVM in the
subject?

Reviewed-by: Palmer Dabbelt <[email protected]>
Acked-by: Palmer Dabbelt <[email protected]>

if that helps any, I don't see in anywhere but not sure if I'm just
missing it.

2022-06-05 08:38:10

by Anup Patel

[permalink] [raw]
Subject: Re: (RISC-V KVM) Re: [PATCH] RISC-V: fix typos in comments

On Thu, Jun 2, 2022 at 9:56 AM Palmer Dabbelt <[email protected]> wrote:
>
> On Sat, 30 Apr 2022 12:11:20 PDT (-0700), [email protected] wrote:
> > Various spelling mistakes in comments.
> > Detected with the help of Coccinelle.
> >
> > Signed-off-by: Julia Lawall <[email protected]>
> >
> > ---
> > arch/riscv/kvm/vmid.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/arch/riscv/kvm/vmid.c b/arch/riscv/kvm/vmid.c
> > index 2fa4f7b1813d..4a2178c60b5d 100644
> > --- a/arch/riscv/kvm/vmid.c
> > +++ b/arch/riscv/kvm/vmid.c
> > @@ -92,7 +92,7 @@ void kvm_riscv_stage2_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
>
> Anup: I'm guessing you didn't see this because it didn't have KVM in the
> subject?
>
> Reviewed-by: Palmer Dabbelt <[email protected]>
> Acked-by: Palmer Dabbelt <[email protected]>
>
> if that helps any, I don't see in anywhere but not sure if I'm just
> missing it.

Thanks Palmer, I had already planned to pick this as a RC fix for 5.19
but I forgot to reply here.

Regards,
Anup

2022-06-06 05:50:30

by Palmer Dabbelt

[permalink] [raw]
Subject: Re: (RISC-V KVM) Re: [PATCH] RISC-V: fix typos in comments

On Thu, 02 Jun 2022 21:33:00 PDT (-0700), [email protected] wrote:
> On Thu, Jun 2, 2022 at 9:56 AM Palmer Dabbelt <[email protected]> wrote:
>>
>> On Sat, 30 Apr 2022 12:11:20 PDT (-0700), [email protected] wrote:
>> > Various spelling mistakes in comments.
>> > Detected with the help of Coccinelle.
>> >
>> > Signed-off-by: Julia Lawall <[email protected]>
>> >
>> > ---
>> > arch/riscv/kvm/vmid.c | 2 +-
>> > 1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/arch/riscv/kvm/vmid.c b/arch/riscv/kvm/vmid.c
>> > index 2fa4f7b1813d..4a2178c60b5d 100644
>> > --- a/arch/riscv/kvm/vmid.c
>> > +++ b/arch/riscv/kvm/vmid.c
>> > @@ -92,7 +92,7 @@ void kvm_riscv_stage2_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
>>
>> Anup: I'm guessing you didn't see this because it didn't have KVM in the
>> subject?
>>
>> Reviewed-by: Palmer Dabbelt <[email protected]>
>> Acked-by: Palmer Dabbelt <[email protected]>
>>
>> if that helps any, I don't see in anywhere but not sure if I'm just
>> missing it.
>
> Thanks Palmer, I had already planned to pick this as a RC fix for 5.19
> but I forgot to reply here.

OK, no worries. I was't going to do anything with it as it's
arch/riscv/kvm, so no rush on my end.

2022-06-09 04:36:38

by Anup Patel

[permalink] [raw]
Subject: Re: [PATCH] RISC-V: fix typos in comments

On Sun, May 1, 2022 at 12:41 AM Julia Lawall <[email protected]> wrote:
>
> Various spelling mistakes in comments.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <[email protected]>

I have included this patch for 5.19-rc fixes

Thanks,
Anup

>
> ---
> arch/riscv/kvm/vmid.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/kvm/vmid.c b/arch/riscv/kvm/vmid.c
> index 2fa4f7b1813d..4a2178c60b5d 100644
> --- a/arch/riscv/kvm/vmid.c
> +++ b/arch/riscv/kvm/vmid.c
> @@ -92,7 +92,7 @@ void kvm_riscv_stage2_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
>