Skip to content

Commit 81f1f8f

Browse files
committed
drm/i915: Fix docbook header for __intel_runtime_pm_get_if_active()
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: 9d58aa4 ("drm/i915: Fix the GT fence revocation runtime PM logic") Reported-by: Stephen Rothwell <[email protected]> Cc: Chris Wilson <[email protected]> Signed-off-by: Imre Deak <[email protected]> Acked-by: Chris Wilson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent b29854e commit 81f1f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/intel_runtime_pm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ intel_wakeref_t intel_runtime_pm_get(struct intel_runtime_pm *rpm)
420420
* already active and ensures that it is powered up. It is illegal to try
421421
* and access the HW should intel_runtime_pm_get_if_active() report failure.
422422
*
423-
* If @ignore_usecount=true, a reference will be acquired even if there is no
423+
* If @ignore_usecount is true, a reference will be acquired even if there is no
424424
* user requiring the device to be powered up (dev->power.usage_count == 0).
425425
* If the function returns false in this case then it's guaranteed that the
426426
* device's runtime suspend hook has been called already or that it will be

0 commit comments

Comments
 (0)