drm/drm_connector: Provide short description of param 'supported_colorspaces'
authorLee Jones <lee@kernel.org>
Thu, 24 Aug 2023 07:37:01 +0000 (08:37 +0100)
committerMaxime Ripard <mripard@kernel.org>
Thu, 24 Aug 2023 08:58:32 +0000 (10:58 +0200)
commit0c3b063ef4136191312a88ea7a670a6a2a2dae5a
tree294e0d14584637833efafb308a5280dc4f77bf68
parentf9e96bf1905479f18e83a3a4c314a8dfa56ede2c
drm/drm_connector: Provide short description of param 'supported_colorspaces'

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/drm_connector.c:2215: warning: Function parameter or member 'supported_colorspaces' not described in 'drm_mode_create_hdmi_colorspace_property'
 drivers/gpu/drm/drm_connector.c:2239: warning: Function parameter or member 'supported_colorspaces' not described in 'drm_mode_create_dp_colorspace_property'

Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230824073710.2677348-17-lee@kernel.org
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/drm_connector.c