On Tue, Mar 30, 2021 at 06:01:18PM +0300, Imre Deak wrote: > Fix the > > Documentation/gpu/i915:22: /drivers/gpu/drm/i915/intel_runtime_pm.c:423: WARNING: Inline strong start-string without end-string. > > warning from the htmldocs build. > > Fixes: 9d58aa46291d ("drm/i915: Fix the GT fence revocation runtime PM logic") > Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Cc: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Imre Deak <imre.deak@xxxxxxxxx> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> > --- > drivers/gpu/drm/i915/intel_runtime_pm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.c b/drivers/gpu/drm/i915/intel_runtime_pm.c > index dba8df1ff5a9e..eaf7688f517d0 100644 > --- a/drivers/gpu/drm/i915/intel_runtime_pm.c > +++ b/drivers/gpu/drm/i915/intel_runtime_pm.c > @@ -420,7 +420,7 @@ intel_wakeref_t intel_runtime_pm_get(struct intel_runtime_pm *rpm) > * already active and ensures that it is powered up. It is illegal to try > * and access the HW should intel_runtime_pm_get_if_active() report failure. > * > - * If @ignore_usecount=true, a reference will be acquired even if there is no > + * If @ignore_usecount is true, a reference will be acquired even if there is no > * user requiring the device to be powered up (dev->power.usage_count == 0). > * If the function returns false in this case then it's guaranteed that the > * device's runtime suspend hook has been called already or that it will be > -- > 2.27.0 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/intel-gfx _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx