KVM: arm/arm64: vgic: Make function comments match function declarations
authorAlexandru Elisei <alexandru.elisei@arm.com>
Thu, 15 Aug 2019 09:56:22 +0000 (10:56 +0100)
committerMarc Zyngier <maz@kernel.org>
Sun, 18 Aug 2019 17:44:04 +0000 (18:44 +0100)
commit0ed5f5d63963673ccdd00d101637bf56e6d3d6dc
treea2ac323985c958d50fc9a50c8601ef736e1a7100
parent363de99b770500b2102e9375249726254fdeae8a
KVM: arm/arm64: vgic: Make function comments match function declarations

Since commit 503a62862e8f ("KVM: arm/arm64: vgic: Rely on the GIC driver to
parse the firmware tables"), the vgic_v{2,3}_probe functions stopped using
a DT node. Commit 909777324588 ("KVM: arm/arm64: vgic-new: vgic_init:
implement kvm_vgic_hyp_init") changed the functions again, and now they
require exactly one argument, a struct gic_kvm_info populated by the GIC
driver. Unfortunately the comments regressed and state that a DT node is
used instead. Change the function comments to reflect the current
prototypes.

Signed-off-by: Alexandru Elisei <alexandru.elisei@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
virt/kvm/arm/vgic/vgic-v2.c
virt/kvm/arm/vgic/vgic-v3.c