mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-19 13:38:24 -05:00
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>
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user