Skip to content

Commit b358793

Browse files
committed
drm/i915/wakeref: fix kernel-doc comment
Fix the warning: drivers/gpu/drm/i915/intel_wakeref.h:118: warning: expecting prototype for intel_wakeref_get_if_in_use(). Prototype was for intel_wakeref_get_if_active() instead Signed-off-by: Jani Nikula <[email protected]> Reviewed-by: Vinod Govindapillai <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent efd8127 commit b358793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/intel_wakeref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ __intel_wakeref_get(struct intel_wakeref *wf)
105105
}
106106

107107
/**
108-
* intel_wakeref_get_if_in_use: Acquire the wakeref
108+
* intel_wakeref_get_if_active: Acquire the wakeref
109109
* @wf: the wakeref
110110
*
111111
* Acquire a hold on the wakeref, but only if the wakeref is already

0 commit comments

Comments
 (0)