From b63528e1fb2ced183a5a09838a84637090a30f3b Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 11 Apr 2022 04:10:47 +0000 Subject: [PATCH] drm/connector: Fix typo in documentation From Maxime Ripard b9cf1208af36f6552e6f3b8fdf364983e3cc8e60 in linux 5.15.y/5.15.33 dca384a3bf5af1c781cfa6aec63904bdb5018c36 in mainline linux --- sys/dev/pci/drm/include/drm/drm_connector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.20.1