soc: xilinx: vcu: fix repeated word the in comment
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 21 Jan 2021 07:16:57 +0000 (08:16 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Feb 2021 02:31:25 +0000 (18:31 -0800)
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>
drivers/soc/xilinx/xlnx_vcu.c

index f27a5111b9d0cbe7ef78f1a93655f5c1e444960f..74ab305cb40336bc1b137f52e659c0595409cd59 100644 (file)
@@ -712,7 +712,7 @@ static int xvcu_remove(struct platform_device *pdev)
 
        xvcu_unregister_clock_provider(xvcu);
 
-       /* Add the the Gasket isolation and put the VCU in reset. */
+       /* Add the Gasket isolation and put the VCU in reset. */
        regmap_write(xvcu->logicore_reg_ba, VCU_GASKET_INIT, 0);
 
        clk_disable_unprepare(xvcu->aclk);