Skip to content

Commit ddd147d

Browse files
committed
drm: writeback: Fix kernel doc name
During the creation of drmm_ variants for writeback connector, one function was renamed, but not the kernel doc. To remove the warning, use the proper name in kernel doc. Fixes: 135d8fc ("drm: writeback: Create an helper for drm_writeback_connector initialization") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Louis Chauvet <[email protected]>
1 parent e82e1a0 commit ddd147d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/drm_writeback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ static void delete_writeback_properties(struct drm_device *dev)
213213
}
214214

215215
/**
216-
* drm_writeback_connector_init_with_encoder - Initialize a writeback connector with
216+
* __drm_writeback_connector_init - Initialize a writeback connector with
217217
* a custom encoder
218218
*
219219
* @dev: DRM device

0 commit comments

Comments
 (0)