drm/amd/display: fix documentation for dm_crtc_additional_color_mgmt()
authorMelissa Wen <mwen@igalia.com>
Thu, 14 Dec 2023 19:45:16 +0000 (18:45 -0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 14 Dec 2023 20:29:33 +0000 (15:29 -0500)
commitc6ef0a2265c518aa6699b64d10a7e5a9049ac96a
treebc3cf8bdb3ccedb61e427e08fecf103986d91ed0
parent8b881b5d6fe9ebb7736097f37103c9b07ea45642
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c