Skip to content

Commit bf809a0

Browse files
author
Marc Zyngier
committed
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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202505221421.KAuWlmSr-lkp@intel.com/ Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 30deb51 commit bf809a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/kvm/vgic/vgic-debug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ static inline bool end_of_iter(struct vgic_its_iter *iter)
352352
}
353353

354354
/**
355-
* vigc_its_iter_next - Advances the iterator to the next entry in the ITS tables.
355+
* vgic_its_iter_next - Advances the iterator to the next entry in the ITS tables.
356356
* @its: The VGIC ITS structure.
357357
* @iter: The iterator to advance.
358358
*

0 commit comments

Comments
 (0)