diff options
author | Marc Zyngier <maz@kernel.org> | 2025-05-22 11:15:02 +0300 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2025-05-22 11:15:02 +0300 |
commit | bf809a0aab2f3a3a97264f217f2dbee0913b2ed7 (patch) | |
tree | 65e2940a54f41e97f2e131b77a19d8e7deb2a830 | |
parent | 30deb51a677b96f0faf20373995fe0fb4a78b8b8 (diff) | |
download | linux-bf809a0aab2f3a3a97264f217f2dbee0913b2ed7.tar.xz |
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>
-rw-r--r-- | arch/arm64/kvm/vgic/vgic-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kvm/vgic/vgic-debug.c b/arch/arm64/kvm/vgic/vgic-debug.c index 48b9c47d8c11..f8425f381de9 100644 --- a/arch/arm64/kvm/vgic/vgic-debug.c +++ b/arch/arm64/kvm/vgic/vgic-debug.c @@ -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. * |