Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Dmitry Baryshkov
70e66a0c 686f6aaf

+1 -2
+1 -2
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_cwb.h
··· 28 28 }; 29 29 30 30 /** 31 - * 32 31 * struct dpu_hw_cwb_ops : Interface to the cwb hw driver functions 33 32 * @config_cwb: configure CWB mux 34 33 */ ··· 53 54 }; 54 55 55 56 /** 56 - * dpu_hw_cwb - convert base object dpu_hw_base to container 57 + * to_dpu_hw_cwb - convert base object dpu_hw_base to container 57 58 * @hw: Pointer to base hardware block 58 59 * return: Pointer to hardware block container 59 60 */