Commit bf809a0a authored by Marc Zyngier's avatar Marc Zyngier
Browse files

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: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505221421.KAuWlmSr-lkp@intel.com/


Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent 30deb51a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 *