lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0b65112c-3de8-44c9-ae40-96bad5daddaf@amd.com>
Date: Tue, 8 Apr 2025 15:29:40 -0500
From: Mario Limonciello <mario.limonciello@....com>
To: Kevin Paul Reddy Janagari <kevinpaul468@...il.com>,
 alexander.deucher@....com, christian.koenig@....com, airlied@...il.com,
 simona@...ll.ch, sunil.khatri@....com, aurabindo.pillai@....com,
 boyuan.zhang@....com, sunpeng.li@....com, dominik.kaszewski@....com
Cc: amd-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
 linux-kernel@...r.kernel.org, skhan@...uxfoundation.org
Subject: Re: [PATCH] Fixed the warning at
 ./drivers/gpu/drm/amd/include/amd_shared.h:369

On 4/4/2025 10:12 PM, Kevin Paul Reddy Janagari wrote:
> 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@...il.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,

Thanks for the patch!  But FWIW this was already fixed in this patch 
which is on amd-staging-drm-next now.

https://lore.kernel.org/amd-gfx/20250319111243.14206-1-dominik.kaszewski@amd.com/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ