diff options
author | 2025-03-19 12:12:43 +0100 | |
---|---|---|
committer | 2025-04-07 15:18:59 -0400 | |
commit | 7bb430f087e1dd50ac870e787f850e19eb1c2be6 (patch) | |
tree | a27723c7452a094558e3cb9cb0866bdbbe76434b /drivers/gpu/drm/amd/include | |
parent | drm/amdgpu: Fix the comment to avoid warning (diff) | |
download | wireguard-linux-7bb430f087e1dd50ac870e787f850e19eb1c2be6.tar.xz wireguard-linux-7bb430f087e1dd50ac870e787f850e19eb1c2be6.zip |
drm/amdgpu: Fix typo in DC_DEBUG_MASK kernel-doc
Add missing colon in kernel-doc for DC_DEBUG_MASK enum.
Signed-off-by: Dominik Kaszewski <dominik.kaszewski@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/include')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |