From: Marc Zyngier Date: Thu, 22 May 2025 08:15:02 +0000 (+0100) Subject: KVM: arm64: Fix documentation for vgic_its_iter_next() X-Git-Tag: v6.16-rc1~129^2~2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf809a0aab2f3a3a97264f217f2dbee0913b2ed7;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm64/kvm/vgic/vgic-debug.c b/arch/arm64/kvm/vgic/vgic-debug.c index 48b9c47d8c113..f8425f381de97 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. *