Re: [PATCH] kvm/arm64: Correct incorrect function parameter specification

2020-07-05 Thread Marc Zyngier
On Wed, 1 Jul 2020 08:07:09 -0400, Peng Hao wrote: > update_vmid() just has one parameter "vmid".The other parameter > "kvm" is no longer used. Applied to kvm-arm64/next-5.9, thanks! [1/1] KVM: arm64: Drop long gone function parameter documentation commit: 95fa0ba83e66dea0d3af48ad69842ae8c1

[PATCH] kvm/arm64: Correct incorrect function parameter specification

2020-07-01 Thread Peng Hao
update_vmid() just has one parameter "vmid".The other parameter "kvm" is no longer used. Signed-off-by: Peng Hao --- arch/arm64/kvm/arm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c index 90cb90561446..5bf9bf54b22c 100644 --- a/arch/arm64/kvm/arm

[PATCH] kvm/arm64: Correct incorrect function parameter specification

2020-07-01 Thread Peng Hao
update_vmid() just has one parameter "vmid".The other parameter "kvm" is no longer used. Signed-off-by: Peng Hao --- arch/arm64/kvm/arm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c index 90cb90561446..5bf9bf54b22c 100644 --- a/arch/arm64/kvm/arm