Commit 85172c80 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amd/display: fix CEC DC_DEBUG_MASK documentation



This needs to be kerneldoc formatted.

Fixes: 75948742 ("drm/amd/display: add CEC notifier to amdgpu driver")
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: Kun Liu <Kun.Liu2@amd.com>
parent 64314e3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ enum DC_DEBUG_MASK {
	 */
	DC_DISABLE_ACPI_EDID = 0x8000,

	/*
	/**
	 * @DC_DISABLE_HDMI_CEC: If set, disable HDMI-CEC feature in amdgpu driver.
	 */
	DC_DISABLE_HDMI_CEC = 0x10000,