From: Alex Deucher Date: Tue, 14 Jan 2025 19:31:55 +0000 (-0500) Subject: drm/amd/display: fix CEC DC_DEBUG_MASK documentation X-Git-Tag: v6.14-rc1~65^2~1^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85172c80347fec8bcffa9e26b0d727efe3b00fb2;p=thirdparty%2Flinux.git 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 Reviewed-by: Harry Wentland Signed-off-by: Alex Deucher Cc: Kun Liu --- diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index c3e6dd4f4e001..5cb97414e4a33 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -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,