Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: fix CEC DC_DEBUG_MASK documentation

This needs to be kerneldoc formatted.

Fixes: 7594874227e1 ("drm/amd/display: add CEC notifier to amdgpu driver")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Kun Liu <Kun.Liu2@amd.com>

+1 -1
+1 -1
drivers/gpu/drm/amd/include/amd_shared.h
··· 345 345 */ 346 346 DC_DISABLE_ACPI_EDID = 0x8000, 347 347 348 - /* 348 + /** 349 349 * @DC_DISABLE_HDMI_CEC: If set, disable HDMI-CEC feature in amdgpu driver. 350 350 */ 351 351 DC_DISABLE_HDMI_CEC = 0x10000,