On Tuesday, March 7th, 2023 at 16:10, Harry Wentland <harry.wentland@xxxxxxx> wrote: > * This enum is used to indicate DP VSC SDP Colorimetry formats. > * It is based on DP 1.4 spec [Table 2-117: VSC SDP Payload for DB16 through > - * DB18] and a name of enum member follows DRM_MODE_COLORIMETRY definition. > + * DB18] and a name of enum member follows &enum drm_colorimetry definition. Nit: the "&" is not necessary here, "enum drm_colorimetry" alone should linkify properly.