mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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 <jani.nikula@intel.com> Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230405104142.766598-2-jani.nikula@intel.com
This commit is contained in:
parent
efd8127454
commit
b358793c3b
|
|
@ -105,7 +105,7 @@ __intel_wakeref_get(struct intel_wakeref *wf)
|
|||
}
|
||||
|
||||
/**
|
||||
* intel_wakeref_get_if_in_use: Acquire the wakeref
|
||||
* intel_wakeref_get_if_active: Acquire the wakeref
|
||||
* @wf: the wakeref
|
||||
*
|
||||
* Acquire a hold on the wakeref, but only if the wakeref is already
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user