Skip to content

Commit ce26953

Browse files
rddunlaplumag
authored andcommitted
drm/msm/dpu: dpu_hw_cdm.h: fix all kernel-doc warnings
Correct and add kernel-doc comments to eliminate all warnings: Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cdm.h:91 Incorrect use of kernel-doc format: * Enable the CDM module Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cdm.h:97 Incorrect use of kernel-doc format: * Enable/disable the connection with pingpong Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/695651/ Link: https://lore.kernel.org/r/20251219184638.1813181-4-rdunlap@infradead.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent 23bee88 commit ce26953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cdm.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ enum dpu_hw_cdwn_op_mode_method_h_v {
8989
*/
9090
struct dpu_hw_cdm_ops {
9191
/**
92-
* Enable the CDM module
92+
* @enable: Enable the CDM module
9393
* @cdm Pointer to chroma down context
9494
*/
9595
int (*enable)(struct dpu_hw_cdm *cdm, struct dpu_hw_cdm_cfg *cfg);
9696

9797
/**
98-
* Enable/disable the connection with pingpong
98+
* @bind_pingpong_blk: Enable/disable the connection with pingpong
9999
* @cdm Pointer to chroma down context
100100
* @pp pingpong block id.
101101
*/

0 commit comments

Comments
 (0)