Hi, Lee: Lee Jones <[email protected]> 於 2020年11月13日 週五 下午9:49寫道: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/mediatek/mtk_disp_rdma.c:66: warning: Function parameter or > member 'ddp_comp' not described in 'mtk_disp_rdma' > drivers/gpu/drm/mediatek/mtk_disp_rdma.c:66: warning: Function parameter or > member 'crtc' not described in 'mtk_disp_rdma' > drivers/gpu/drm/mediatek/mtk_disp_rdma.c:66: warning: Function parameter or > member 'data' not described in 'mtk_disp_rdma' >
Applied to mediatek-drm-next [1], thanks. [1] https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/log/?h=mediatek-drm-next Regards, Chun-Kuang. > 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: [email protected] > Cc: [email protected] > Cc: [email protected] > Signed-off-by: Lee Jones <[email protected]> > --- > drivers/gpu/drm/mediatek/mtk_disp_rdma.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/mediatek/mtk_disp_rdma.c > b/drivers/gpu/drm/mediatek/mtk_disp_rdma.c > index e04319fedf463..d46b8ae1d0800 100644 > --- a/drivers/gpu/drm/mediatek/mtk_disp_rdma.c > +++ b/drivers/gpu/drm/mediatek/mtk_disp_rdma.c > @@ -56,8 +56,9 @@ struct mtk_disp_rdma_data { > > /** > * struct mtk_disp_rdma - DISP_RDMA driver structure > - * @ddp_comp - structure containing type enum and hardware resources > - * @crtc - associated crtc to report irq events to > + * @ddp_comp: structure containing type enum and hardware resources > + * @crtc: associated crtc to report irq events to > + * @data: local driver data > */ > struct mtk_disp_rdma { > struct mtk_ddp_comp ddp_comp; > -- > 2.25.1 >

