Skip to content

Commit ee34b77

Browse files
Jiapeng ChongThomas Zimmermann
authored andcommitted
drm/atomic-helper: Fix kernel-doc
drivers/gpu/drm/drm_atomic_helper.c:802: warning: expecting prototype for drm_atomic_helper_check_wb_connector_state(). Prototype was for drm_atomic_helper_check_wb_encoder_state() instead. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2216 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 3cc3dd7 commit ee34b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_atomic_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ drm_atomic_helper_check_modeset(struct drm_device *dev,
786786
EXPORT_SYMBOL(drm_atomic_helper_check_modeset);
787787

788788
/**
789-
* drm_atomic_helper_check_wb_connector_state() - Check writeback encoder state
789+
* drm_atomic_helper_check_wb_encoder_state() - Check writeback encoder state
790790
* @encoder: encoder state to check
791791
* @conn_state: connector state to check
792792
*

0 commit comments

Comments
 (0)