drm: unify formatting for color management documentation
authorSimon Ser <contact@emersion.fr>
Tue, 3 Nov 2020 10:31:15 +0000 (10:31 +0000)
committerSimon Ser <contact@emersion.fr>
Wed, 4 Nov 2020 16:47:57 +0000 (17:47 +0100)
Other properties are documented with a colon character after the
property name. Consistently using a colon character allows the docs to
be machine-readable.

Signed-off-by: Simon Ser <contact@emersion.fr>
Cc: Daniel Vetter <daniel@ffwll.ch>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/7dhjUKqlDC0IiRRON0VhWnkuoxcRDLG4EFKzyhcEA@cp7-web-043.plabs.ch
drivers/gpu/drm/drm_color_mgmt.c

index 138ff34b31db53aaf4cfc90f0fc198a7ce51de64..3bcabc2f6e0e47bfb7606e7298f9c7f5d288d69b 100644 (file)
  * &drm_plane specific COLOR_ENCODING and COLOR_RANGE properties. They
  * are set up by calling drm_plane_create_color_properties().
  *
- * "COLOR_ENCODING"
+ * "COLOR_ENCODING":
  *     Optional plane enum property to support different non RGB
  *     color encodings. The driver can provide a subset of standard
  *     enum values supported by the DRM plane.
  *
- * "COLOR_RANGE"
+ * "COLOR_RANGE":
  *     Optional plane enum property to support different non RGB
  *     color parameter ranges. The driver can provide a subset of
  *     standard enum values supported by the DRM plane.