mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:04:51 +01: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:
parent
30deb51a67
commit
bf809a0aab
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue