Commit 96c92551 authored by Jilin Yuan's avatar Jilin Yuan Committed by Jani Nikula
Browse files

drm/edid: fix repeated words in comments

parent 439adf72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6825,7 +6825,7 @@ drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame,
	 * by non-zero YQ when receiving RGB. There doesn't seem to be any
	 * good way to tell which version of CEA-861 the sink supports, so
	 * we limit non-zero YQ to HDMI 2.0 sinks only as HDMI 2.0 is based
	 * on on CEA-861-F.
	 * on CEA-861-F.
	 */
	if (!is_hdmi2_sink(connector) ||
	    rgb_quant_range == HDMI_QUANTIZATION_RANGE_LIMITED)