On Tue, Aug 26, 2025 at 01:47:07PM -0700, Randy Dunlap wrote: > > > On 8/26/25 10:18 AM, Jason Gunthorpe wrote: > > +/** > > + * read_and_clear_dirty() - Manipulate the HW set write dirty state > > + * @iommu_table: Table to manipulate > > + * @iova: IO virtual address to start > > + * @size: Length of the IOVA > > + * @flags: A bitmap of IOMMU_DIRTY_NO_CLEAR > > + * > > Mismatch between @params above and function arguments, both in names > and one argument (@dirty:) is missing above. Fixed it thanks Jason