The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] Fixed the warning at  ./drivers/gpu/drm/amd/include/amd_shared.h:369
@ 2025-04-05  3:12 Kevin Paul Reddy Janagari
  2025-04-08 20:29 ` Mario Limonciello
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Paul Reddy Janagari @ 2025-04-05  3:12 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, airlied, simona,
	sunil.khatri, mario.limonciello, aurabindo.pillai, boyuan.zhang,
	sunpeng.li, dominik.kaszewski
  Cc: amd-gfx, dri-devel, linux-kernel, skhan,
	Kevin Paul Reddy Janagari

warning: Incorrect use of kernel-doc format:
* @DC_HDCP_LC_ENABLE_SW_FALLBACK If set, upon HDCP Locality Check FW

Signed-off-by: Kevin Paul Reddy Janagari <kevinpaul468@gmail.com>
---
 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.39.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-08 20:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-05  3:12 [PATCH] Fixed the warning at ./drivers/gpu/drm/amd/include/amd_shared.h:369 Kevin Paul Reddy Janagari
2025-04-08 20:29 ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox