Commit dc200356 authored by Ran Sun's avatar Ran Sun Committed by Alex Deucher
Browse files

drm/radeon: add missing spaces after ',' and else should follow close brace '}'



ERROR: else should follow close brace '}'

ERROR: space required after that ',' (ctx:VxV)

Signed-off-by: default avatarRan Sun <sunran001@208suo.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b5ac0880
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -198,8 +198,7 @@ int radeon_get_monitor_bpc(struct drm_connector *connector)
				DRM_DEBUG("%s: HDMI deep color 10 bpc exceeds max tmds clock. Using %d bpc.\n",
						  connector->name, bpc);
			}
		}
		else if (bpc > 8) {
		} else if (bpc > 8) {
			/* max_tmds_clock missing, but hdmi spec mandates it for deep color. */
			DRM_DEBUG("%s: Required max tmds clock for HDMI deep color missing. Using 8 bpc.\n",
					  connector->name);