[PATCH 1/1] drm/amd: Fix malformed kerneldoc comment

2025-04-28 Thread Brahmajit Das
One kerneldoc commets in amd_shared.h failed to adhere to required format, resulting in these doc-build warnings: ./drivers/gpu/drm/amd/include/amd_shared.h:369: warning: Incorrect use of kernel-doc format: * @DC_HDCP_LC_ENABLE_SW_FALLBACK If set, upon HDCP Locality Check FW ./drivers/g

Re: [PATCH 1/1] drm/amd: Fix malformed kerneldoc comment

2025-04-28 Thread Alex Deucher
Thanks for the patch. This was already fixed. Alex On Mon, Apr 28, 2025 at 8:53 AM Brahmajit Das wrote: > > One kerneldoc commets in amd_shared.h failed to adhere to required > format, resulting in these doc-build warnings: > > ./drivers/gpu/drm/amd/include/amd_shared.h:369: warning: Incorrect