Skip to content

Commit

Permalink
soc: xilinx: vcu: fix repeated word the in comment
Browse files Browse the repository at this point in the history
Fixes the following checkpatch warning:

	WARNING: Possible repeated word: 'the'
	torvalds#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>
  • Loading branch information
tretter authored and bebarino committed Feb 9, 2021
1 parent bc27020 commit e2fb5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/soc/xilinx/xlnx_vcu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e2fb5c3

Please sign in to comment.