On 12/19/25 7:46 PM, Randy Dunlap wrote:
> Correct and add kernel-doc comments to eliminate all warnings:
> 
> Warning: ../drivers/gpu/drm/msm/dp/dp_debug.h:31 expecting prototype for
>  msm_dp_debug_get(). Prototype was for msm_dp_debug_init() instead
> Warning: ../drivers/gpu/drm/msm/dp/dp_drm.c:24 function parameter
>  'connector' not described in 'msm_dp_bridge_detect'
> Warning: ../drivers/gpu/drm/msm/dp/dp_link.h:90 expecting prototype for
>  mdss_dp_test_bit_depth_to_bpp(). Prototype was for
>  msm_dp_link_bit_depth_to_bpp() instead
> Warning: ../drivers/gpu/drm/msm/dp/dp_link.h:126 function parameter
>  'aux' not described in 'msm_dp_link_get'
> Warning: ../drivers/gpu/drm/msm/dp/dp_link.h:126 function parameter
>  'dev' not described in 'msm_dp_link_get'
> Warning: ../drivers/gpu/drm/msm/dp/dp_panel.h:70 function parameter
>  'bw_code' not described in 'is_link_rate_valid'
> Warning: ../drivers/gpu/drm/msm/dp/dp_panel.h:84 expecting prototype for
>  msm_dp_link_is_lane_count_valid(). Prototype was for
>  is_lane_count_valid() instead
> 
> Signed-off-by: Randy Dunlap <[email protected]>
> ---

[...]

>  /**
> - * msm_dp_debug_get() - configure and get the DisplayPlot debug module data
> + * msm_dp_debug_init() - configure and get the DisplayPlot debug module data

"DisplayPlot" makes me think no one ever read this in the first place :(

Konrad

Reply via email to