On Tue, Aug 26, 2025 at 04:33:51PM -0700, Randy Dunlap wrote:
>
>
> On 8/26/25 10:18 AM, Jason Gunthorpe wrote:
> > diff --git a/include/linux/generic_pt/iommu.h
> > b/include/linux/generic_pt/iommu.h
> > index cbe6433550f380..58c9fa74fb0701 100644
> > --- a/include/linux/generic_pt/iommu.h
> > +++ b/include/linux/generic_pt/iommu.h
> > @@ -73,6 +73,18 @@ struct pt_iommu_info {
> > };
> >
> > struct pt_iommu_ops {
> > + /**
> > + * set_dirty() - Make the iova write dirty
>
> Should be:
> * @set_dirty: Make the iova write dirty
Fixed, thanks
Jason