Re: [PATCH] drm/amd/display: Address kdoc for 'Enable CRTC' in optc401_enable_crtc

2024-04-22 Thread Chung, ChiaHsuan (Tom)
Reviewed-by: Tom Chung On 4/23/2024 9:59 AM, Srinivasan Shanmugam wrote: This commit fixes the kdoc for 'Enable CRTC' in `optc401_enable_crtc` function. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/../display/dc/optc/dcn401/dcn401_optc.c:177: warning: This comment starts with '/**

[PATCH] drm/amd/display: Address kdoc for 'Enable CRTC' in optc401_enable_crtc

2024-04-22 Thread Srinivasan Shanmugam
This commit fixes the kdoc for 'Enable CRTC' in `optc401_enable_crtc` function. Fixes the below with gcc W=1: drivers/gpu/drm/amd/amdgpu/../display/dc/optc/dcn401/dcn401_optc.c:177: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.