]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
KVM: arm64: Fix documentation for vgic_its_iter_next()
authorMarc Zyngier <maz@kernel.org>
Thu, 22 May 2025 08:15:02 +0000 (09:15 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 22 May 2025 08:15:02 +0000 (09:15 +0100)
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>
arch/arm64/kvm/vgic/vgic-debug.c

index 48b9c47d8c113608e36d75b44f6d07ef965f9d4a..f8425f381de976d8e471c46500f5f66a65bd2864 100644 (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.
  *