Skip to content

Commit 85172c8

Browse files
committed
drm/amd/display: fix CEC DC_DEBUG_MASK documentation
This needs to be kerneldoc formatted. Fixes: 7594874 ("drm/amd/display: add CEC notifier to amdgpu driver") Reported-by: Stephen Rothwell <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: Kun Liu <[email protected]>
1 parent 64314e3 commit 85172c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/amd/include/amd_shared.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ enum DC_DEBUG_MASK {
345345
*/
346346
DC_DISABLE_ACPI_EDID = 0x8000,
347347

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

0 commit comments

Comments
 (0)