On Wed, 15 Mar 2023 17:09:29 -0700, Umesh Nerlige Ramappa wrote: > > diff --git a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h > index 8df261c5ab9b..e8c258bfd4c9 100644 > --- a/include/uapi/drm/i915_drm.h > +++ b/include/uapi/drm/i915_drm.h > @@ -2758,6 +2758,25 @@ enum drm_i915_perf_property_id { > */ > DRM_I915_PERF_PROP_POLL_OA_PERIOD, > > + /** > + * Multiple engines may be mapped to the same OA unit. The OA unit is > + * identified by class:instance of any engine mapped to it". Remove extra " at the end. With that this is now: Reviewed-by: Ashutosh Dixit <ashutosh.dixit@xxxxxxxxx>