]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21cd1f0db84bbaec8c720bcc7df79197f1125bec
treea2ac323985c958d50fc9a50c8601ef736e1a7100
parentacdb86212b3d0b6e7ab3d2934877d66c01742926
KVM: arm/arm64: vgic: Make function comments match function declarations

Since commit 4efd394c8c42 ("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 0fd90e12939b ("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