Skip to content

Commit 70e66a0

Browse files
rddunlaplumag
authored andcommitted
drm/msm/dpu: dpu_hw_cwb.h: fix all kernel-doc warnings
Correct or add kernel-doc comments to eliminate all warnings: Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cwb.h:30 Cannot find identifier on line: * Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cwb.h:61 expecting prototype for dpu_hw_cwb(). Prototype was for to_dpu_hw_cwb() instead Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Patchwork: https://patchwork.freedesktop.org/patch/695664/ Link: https://lore.kernel.org/r/20251219184638.1813181-6-rdunlap@infradead.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
1 parent 686f6aa commit 70e66a0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ struct dpu_hw_cwb_setup_cfg {
2828
};
2929

3030
/**
31-
*
3231
* struct dpu_hw_cwb_ops : Interface to the cwb hw driver functions
3332
* @config_cwb: configure CWB mux
3433
*/
@@ -54,7 +53,7 @@ struct dpu_hw_cwb {
5453
};
5554

5655
/**
57-
* dpu_hw_cwb - convert base object dpu_hw_base to container
56+
* to_dpu_hw_cwb - convert base object dpu_hw_base to container
5857
* @hw: Pointer to base hardware block
5958
* return: Pointer to hardware block container
6059
*/

0 commit comments

Comments
 (0)