clk: imx: clk-divider-gate: fix a typo in comment
authorPeng Fan <peng.fan@nxp.com>
Mon, 4 Nov 2019 10:11:33 +0000 (10:11 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 9 Dec 2019 00:26:51 +0000 (08:26 +0800)
Fix a typo in comment: resue -> reuse.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-divider-gate.c

index 2a8352a..214e18e 100644 (file)
@@ -167,7 +167,7 @@ static const struct clk_ops clk_divider_gate_ops = {
 };
 
 /*
- * NOTE: In order to resue the most code from the common divider,
+ * NOTE: In order to reuse the most code from the common divider,
  * we also design our divider following the way that provids an extra
  * clk_divider_flags, however it's fixed to CLK_DIVIDER_ONE_BASED by
  * default as our HW is. Besides that it supports only CLK_DIVIDER_READ_ONLY