On Tue, Aug 26, 2025 at 01:44:09PM -0700, Randy Dunlap wrote:
+/**
- unmap_pages() - Make a range of IOVA empty/not present
- @iommu_table: Table to manipulate
- @iova: IO virtual address to start
- @pgsize: Length of each page
- @pgcount: Length of the range in pgsize units starting from @iova
- @gather: Gather struct that must be flushed on return
Eh, 2 of these @params don't match the function's arguments (names).
Yeah, got lost in all the changes. Fixed it
Thanks, Jason