Commit 7d0250ed authored by Daniel Vetter's avatar Daniel Vetter

drm/atomic: Add missing () to function ref in kerneldoc

Pure drive-by while reading code&docs.
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181012073441.21774-1-daniel.vetter@ffwll.ch
parent 1e9080ac
...@@ -139,9 +139,9 @@ struct drm_crtc_commit { ...@@ -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;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment