]> git.baikalelectronics.ru Git - kernel.git/commit
drm: fix whitespace in drm_plane_create_color_properties()
authorSimon Ser <contact@emersion.fr>
Wed, 3 Aug 2022 20:42:47 +0000 (20:42 +0000)
committerSimon Ser <contact@emersion.fr>
Thu, 4 Aug 2022 13:24:46 +0000 (15:24 +0200)
commit1764e4f041909442453c0b5c4161f4d51f51d386
tree24f4df4bea75c5437f22ba1059a4584ae8383bf5
parent97c915771519d74127a9b85229dd7945918a708a
drm: fix whitespace in drm_plane_create_color_properties()

The drm_property_create_enum() call for "COLOR_RANGE" contains a tab
character in the middle of the argument list.

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220803204240.33409-1-contact@emersion.fr
drivers/gpu/drm/drm_color_mgmt.c