On Wed, Mar 19, 2025 at 7:23 AM Dominik Kaszewski <dominik.kaszewski@xxxxxxx> wrote: > > Add missing colon in kernel-doc for DC_DEBUG_MASK enum. > > Signed-off-by: Dominik Kaszewski <dominik.kaszewski@xxxxxxx> Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > 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.43.0 >