projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9080a
)
drm/atomic: Add missing () to function ref in kerneldoc
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 12 Oct 2018 07:34:41 +0000
(09:34 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 11 Jan 2019 15:13:12 +0000
(16:13 +0100)
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
include/drm/drm_atomic.h
patch
|
blob
|
blame
|
history
diff --git
a/include/drm/drm_atomic.h
b/include/drm/drm_atomic.h
index cac4a1b6b0e8633b4f3ab21de492abea372308c6..811b4a92568f463c16d3c5d9fbca9cda9efd049e 100644
(file)
--- a/
include/drm/drm_atomic.h
+++ b/
include/drm/drm_atomic.h
@@
-139,9
+139,9
@@
struct drm_crtc_commit {
/**
* @abort_completion:
*
- * A flag that's set after drm_atomic_helper_setup_commit
takes a second
- *
reference for the completion of $drm_crtc_state.event. It's used by
- * the free code to remove the second reference if commit fails.
+ * A flag that's set after drm_atomic_helper_setup_commit
() takes a
+ *
second reference for the completion of $drm_crtc_state.event. It's
+ *
used by
the free code to remove the second reference if commit fails.
*/
bool abort_completion;
};