From bf809a0aab2f3a3a97264f217f2dbee0913b2ed7 Mon Sep 17 00:00:00 2001 From: Marc Zyngier Date: Thu, 22 May 2025 09:15:02 +0100 Subject: [PATCH] KVM: arm64: Fix documentation for vgic_its_iter_next() As reported by the build robot, the documentation for vgic_its_iter_next() contains a typo. Fix it. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202505221421.KAuWlmSr-lkp@intel.com/ Signed-off-by: Marc Zyngier --- arch/arm64/kvm/vgic/vgic-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/kvm/vgic/vgic-debug.c b/arch/arm64/kvm/vgic/vgic-debug.c index 48b9c47d8c11..f8425f381de9 100644 --- a/arch/arm64/kvm/vgic/vgic-debug.c +++ b/arch/arm64/kvm/vgic/vgic-debug.c @@ -352,7 +352,7 @@ static inline bool end_of_iter(struct vgic_its_iter *iter) } /** - * vigc_its_iter_next - Advances the iterator to the next entry in the ITS tables. + * vgic_its_iter_next - Advances the iterator to the next entry in the ITS tables. * @its: The VGIC ITS structure. * @iter: The iterator to advance. * -- 2.50.1