]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/msm/dpu: dpu_hw_cdm.h: fix all kernel-doc warnings
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 19 Dec 2025 18:46:22 +0000 (10:46 -0800)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Wed, 24 Dec 2025 09:24:18 +0000 (11:24 +0200)
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>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cdm.h

index 6bb3476a05f80c3963b72e6735a61ea8be79233e..75e6dae0fcd9b9db283cc00d4234990b5ec2f781 100644 (file)
@@ -89,13 +89,13 @@ enum dpu_hw_cdwn_op_mode_method_h_v {
  */
 struct dpu_hw_cdm_ops {
        /**
-        * Enable the CDM module
+        * @enable: Enable the CDM module
         * @cdm         Pointer to chroma down context
         */
        int (*enable)(struct dpu_hw_cdm *cdm, struct dpu_hw_cdm_cfg *cfg);
 
        /**
-        * Enable/disable the connection with pingpong
+        * @bind_pingpong_blk: Enable/disable the connection with pingpong
         * @cdm         Pointer to chroma down context
         * @pp          pingpong block id.
         */