From: jsg Date: Mon, 11 Apr 2022 04:10:47 +0000 (+0000) Subject: drm/connector: Fix typo in documentation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b63528e1fb2ced183a5a09838a84637090a30f3b;p=openbsd drm/connector: Fix typo in documentation From Maxime Ripard b9cf1208af36f6552e6f3b8fdf364983e3cc8e60 in linux 5.15.y/5.15.33 dca384a3bf5af1c781cfa6aec63904bdb5018c36 in mainline linux --- diff --git a/sys/dev/pci/drm/include/drm/drm_connector.h b/sys/dev/pci/drm/include/drm/drm_connector.h index 1e070c2b87e..0527a271d48 100644 --- a/sys/dev/pci/drm/include/drm/drm_connector.h +++ b/sys/dev/pci/drm/include/drm/drm_connector.h @@ -566,13 +566,13 @@ struct drm_display_info { bool rgb_quant_range_selectable; /** - * @edid_hdmi_dc_rgb444_modes: Mask of supported hdmi deep color modes + * @edid_hdmi_rgb444_dc_modes: Mask of supported hdmi deep color modes * in RGB 4:4:4. Even more stuff redundant with @bus_formats. */ u8 edid_hdmi_rgb444_dc_modes; /** - * @edid_hdmi_dc_ycbcr444_modes: Mask of supported hdmi deep color + * @edid_hdmi_ycbcr444_dc_modes: Mask of supported hdmi deep color * modes in YCbCr 4:4:4. Even more stuff redundant with @bus_formats. */ u8 edid_hdmi_ycbcr444_dc_modes;