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_dspp.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_dspp.h:33 expecting prototype
for struct dpu_hw_pcc. Prototype was for struct dpu_hw_pcc_cfg instead
Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h:42 Incorrect use of
kernel-doc format: * setup_pcc - setup dspp pcc
Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h:48 struct member
'setup_pcc' not described in 'dpu_hw_dspp_ops'
Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h:76 expecting prototype
for dpu_hw_dspp(). Prototype was for to_dpu_hw_dspp() instead

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/695652/
Link: https://lore.kernel.org/r/20251219184638.1813181-8-rdunlap@infradead.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Randy Dunlap and committed by
Dmitry Baryshkov
399f4345 9d22d53e

+3 -3
+3 -3
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_dspp.h
··· 22 22 }; 23 23 24 24 /** 25 - * struct dpu_hw_pcc - pcc feature structure 25 + * struct dpu_hw_pcc_cfg - pcc feature structure 26 26 * @r: red coefficients. 27 27 * @g: green coefficients. 28 28 * @b: blue coefficients. ··· 40 40 */ 41 41 struct dpu_hw_dspp_ops { 42 42 /** 43 - * setup_pcc - setup dspp pcc 43 + * @setup_pcc: setup_pcc - setup dspp pcc 44 44 * @ctx: Pointer to dspp context 45 45 * @cfg: Pointer to configuration 46 46 */ ··· 69 69 }; 70 70 71 71 /** 72 - * dpu_hw_dspp - convert base object dpu_hw_base to container 72 + * to_dpu_hw_dspp - convert base object dpu_hw_base to container 73 73 * @hw: Pointer to base hardware block 74 74 * return: Pointer to hardware block container 75 75 */