Hi Baolu, On Sat, 1 Apr 2023 21:16:39 +0800, Baolu Lu <baolu.lu@xxxxxxxxxxxxxxx> wrote: > > +/** > > + * @brief > > + * Reserve a PASID from the SVA global number space. > > + * > > + * @param min starting range, inclusive > > + * @param max ending range, inclusive > > + * @return The reserved PASID on success or IOMMU_PASID_INVALID on > > failure. > > + */ > > Nit: the comments here also need to be changed accordingly. good catch! will fix. Thanks, Jacob