Skip to content

Commit cf4d37b

Browse files
renjun wangtdz
authored andcommitted
drm/atomic: fix kerneldoc for fake_commit field
According to the context, the function description for fake_commit should be "prevent the atomic states from being freed too early" Signed-off-by: renjun wang <renjunw0@foxmail.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/tencent_6EF2603DCCFAD6A8265F8AAD9D6D5BCB9309@qq.com
1 parent 5139411 commit cf4d37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/drm/drm_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ struct drm_atomic_state {
460460
*
461461
* Used for signaling unbound planes/connectors.
462462
* When a connector or plane is not bound to any CRTC, it's still important
463-
* to preserve linearity to prevent the atomic states from being freed to early.
463+
* to preserve linearity to prevent the atomic states from being freed too early.
464464
*
465465
* This commit (if set) is not bound to any CRTC, but will be completed when
466466
* drm_atomic_helper_commit_hw_done() is called.

0 commit comments

Comments
 (0)