Add missing space in the comment in rzg2l_mipi_dsi_start_video(). Reported-by: Pavel Machek <pa...@denx.de> Closes: https://lore.kernel.org/all/zpg7sthdn4lbl...@duo.ucw.cz/ Signed-off-by: Biju Das <biju.das...@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+rene...@glider.be> Reviewed-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com> --- This issue is noticed while backporting this driver to 6.1.y-cip [1].
[1] https://lore.kernel.org/all/20230905160737.167877-1-biju.das...@bp.renesas.com/ v1->v2: * Updated commit header path rcar-du->rz-du. * Collected tags --- drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c b/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c index 96c014449547..dc6ab012cdb6 100644 --- a/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c +++ b/drivers/gpu/drm/renesas/rz-du/rzg2l_mipi_dsi.c @@ -479,7 +479,7 @@ static int rzg2l_mipi_dsi_start_video(struct rzg2l_mipi_dsi *dsi) u32 status; int ret; - /* Configuration for Blanking sequence and start video input*/ + /* Configuration for Blanking sequence and start video input */ vich1set0r = VICH1SET0R_HFPNOLP | VICH1SET0R_HBPNOLP | VICH1SET0R_HSANOLP | VICH1SET0R_VSTART; rzg2l_mipi_dsi_link_write(dsi, VICH1SET0R, vich1set0r); -- 2.43.0