We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29854e commit 81f1f8fCopy full SHA for 81f1f8f
drivers/gpu/drm/i915/intel_runtime_pm.c
@@ -420,7 +420,7 @@ intel_wakeref_t intel_runtime_pm_get(struct intel_runtime_pm *rpm)
420
* already active and ensures that it is powered up. It is illegal to try
421
* and access the HW should intel_runtime_pm_get_if_active() report failure.
422
*
423
- * 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
424
* user requiring the device to be powered up (dev->power.usage_count == 0).
425
* If the function returns false in this case then it's guaranteed that the
426
* device's runtime suspend hook has been called already or that it will be
0 commit comments