Skip to content

Commit e2fb5c3

Browse files
tretterbebarino
authored andcommitted
soc: xilinx: vcu: fix repeated word the in comment
Fixes the following checkpatch warning: WARNING: Possible repeated word: 'the' #703: FILE: drivers/soc/xilinx/xlnx_vcu.c:703: + /* Add the the Gasket isolation and put the VCU in reset. */ Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Acked-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/20210121071659.1226489-14-m.tretter@pengutronix.de Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent bc27020 commit e2fb5c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/xilinx/xlnx_vcu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ static int xvcu_remove(struct platform_device *pdev)
712712

713713
xvcu_unregister_clock_provider(xvcu);
714714

715-
/* Add the the Gasket isolation and put the VCU in reset. */
715+
/* Add the Gasket isolation and put the VCU in reset. */
716716
regmap_write(xvcu->logicore_reg_ba, VCU_GASKET_INIT, 0);
717717

718718
clk_disable_unprepare(xvcu->aclk);

0 commit comments

Comments
 (0)