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:
Marc Zyngier
2025-05-22 09:15:02 +01:00
parent 30deb51a67
commit bf809a0aab

View File

@@ -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.
*