diff mbox series

kvm/arm64: Correct incorrect function parameter specification

Message ID 20200701120709.388377-1-richard.peng@oppo.com (mailing list archive)
State Mainlined
Commit 95fa0ba83e66dea0d3af48ad69842ae8c1dd9af2
Headers show
Series kvm/arm64: Correct incorrect function parameter specification | expand

Commit Message

彭浩(Richard) July 1, 2020, 12:07 p.m. UTC
update_vmid() just has one parameter "vmid".The other parameter
"kvm" is no longer used.

Signed-off-by: Peng Hao<richard.peng@oppo.com>
---
 arch/arm64/kvm/arm.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Marc Zyngier July 5, 2020, 7:55 p.m. UTC | #1
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: 95fa0ba83e66dea0d3af48ad69842ae8c1dd9af2

Cheers,

	M.
diff mbox series

Patch

diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c
index 90cb90561446..5bf9bf54b22c 100644
--- a/arch/arm64/kvm/arm.c
+++ b/arch/arm64/kvm/arm.c
@@ -466,7 +466,6 @@  static bool need_new_vmid_gen(struct kvm_vmid *vmid)
 
 /**
  * update_vmid - Update the vmid with a valid VMID for the current generation
- * @kvm: The guest that struct vmid belongs to
  * @vmid: The stage-2 VMID information struct
  */
 static void update_vmid(struct kvm_vmid *vmid)