]> Git Repo - linux.git/commitdiff
drm/mediatek/mtk_disp_ccorr: Remove half completed incorrect struct header
authorLee Jones <[email protected]>
Fri, 9 Jun 2023 08:17:08 +0000 (09:17 +0100)
committerChun-Kuang Hu <[email protected]>
Sun, 13 Aug 2023 14:42:43 +0000 (14:42 +0000)
Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/mediatek/mtk_disp_ccorr.c:47: warning: Function parameter or member 'clk' not described in 'mtk_disp_ccorr'
 drivers/gpu/drm/mediatek/mtk_disp_ccorr.c:47: warning: Function parameter or member 'regs' not described in 'mtk_disp_ccorr'
 drivers/gpu/drm/mediatek/mtk_disp_ccorr.c:47: warning: Function parameter or member 'cmdq_reg' not described in 'mtk_disp_ccorr'
 drivers/gpu/drm/mediatek/mtk_disp_ccorr.c:47: warning: Function parameter or member 'data' not described in 'mtk_disp_ccorr'

Cc: Chun-Kuang Hu <[email protected]>
Cc: Philipp Zabel <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Matthias Brugger <[email protected]>
Cc: AngeloGioacchino Del Regno <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Link: https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/
Signed-off-by: Chun-Kuang Hu <[email protected]>
drivers/gpu/drm/mediatek/mtk_disp_ccorr.c

index fa6dbc4e9c35c100520ffa36c78dec7010ac03ac..886f1827a3a3ef3b065c97b0778edcd8213cd466 100644 (file)
@@ -34,11 +34,6 @@ struct mtk_disp_ccorr_data {
        u32 matrix_bits;
 };
 
-/**
- * struct mtk_disp_ccorr - DISP_CCORR driver structure
- * @ddp_comp - structure containing type enum and hardware resources
- * @crtc - associated crtc to report irq events to
- */
 struct mtk_disp_ccorr {
        struct clk *clk;
        void __iomem *regs;
This page took 0.058741 seconds and 4 git commands to generate.