mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 08:31:13 +00:00
drm/atomic: Add missing () to function ref in kerneldoc
Pure drive-by while reading code&docs. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181012073441.21774-1-daniel.vetter@ffwll.ch
This commit is contained in:
parent
1e9080ac21
commit
7d0250ed8e
1 changed files with 3 additions and 3 deletions
|
@ -139,9 +139,9 @@ struct drm_crtc_commit {
|
||||||
/**
|
/**
|
||||||
* @abort_completion:
|
* @abort_completion:
|
||||||
*
|
*
|
||||||
* A flag that's set after drm_atomic_helper_setup_commit takes a second
|
* A flag that's set after drm_atomic_helper_setup_commit() takes a
|
||||||
* reference for the completion of $drm_crtc_state.event. It's used by
|
* second reference for the completion of $drm_crtc_state.event. It's
|
||||||
* the free code to remove the second reference if commit fails.
|
* used by the free code to remove the second reference if commit fails.
|
||||||
*/
|
*/
|
||||||
bool abort_completion;
|
bool abort_completion;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue