Skip to content

Commit c6ef0a2

Browse files
melissawenalexdeucher
authored andcommitted
drm/amd/display: fix documentation for dm_crtc_additional_color_mgmt()
warning: expecting prototype for drm_crtc_additional_color_mgmt(). Prototype was for dm_crtc_additional_color_mgmt() instead Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202312141801.o9eBCxt9-lkp@intel.com/ Signed-off-by: Melissa Wen <mwen@igalia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 8b881b5 commit c6ef0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static int amdgpu_dm_crtc_late_register(struct drm_crtc *crtc)
299299

300300
#ifdef AMD_PRIVATE_COLOR
301301
/**
302-
* drm_crtc_additional_color_mgmt - enable additional color properties
302+
* dm_crtc_additional_color_mgmt - enable additional color properties
303303
* @crtc: DRM CRTC
304304
*
305305
* This function lets the driver enable post-blending CRTC regamma transfer

0 commit comments

Comments
 (0)