[PATCH] drm/amdgpu: Fix docs build warning
Alex Deucher
alexdeucher at gmail.com
Wed May 14 14:16:18 UTC 2025
On Wed, May 14, 2025 at 3:24 AM George Anthony Vernon
<contact at gvernon.com> wrote:
>
> The kerneldoc comment for HGCP locality check debug mask was missing a
> semicolon resulting in a documentation build warning. Correct it.
>
> Signed-off-by: George Anthony Vernon <contact at gvernon.com>
Thanks for the patch, but this was already fixed.
Alex
> ---
> drivers/gpu/drm/amd/include/amd_shared.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h
> index 4c95b885d1d0..c8eccee9b023 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -366,7 +366,7 @@ enum DC_DEBUG_MASK {
> DC_HDCP_LC_FORCE_FW_ENABLE = 0x80000,
>
> /**
> - * @DC_HDCP_LC_ENABLE_SW_FALLBACK If set, upon HDCP Locality Check FW
> + * @DC_HDCP_LC_ENABLE_SW_FALLBACK: If set, upon HDCP Locality Check FW
> * path failure, retry using legacy SW path.
> */
> DC_HDCP_LC_ENABLE_SW_FALLBACK = 0x100000,
> --
> 2.49.0
>
More information about the dri-devel
mailing list