aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/imx/clk-divider-gate.c
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-11-04 10:11:33 +0000
committerShawn Guo <shawnguo@kernel.org>2019-12-09 08:26:51 +0800
commita546d88c13ea23fda07dc0633ba272789cee1106 (patch)
tree60afb93187215f35bfe80b41b52158d1ce07b47b /drivers/clk/imx/clk-divider-gate.c
parentLinux 5.5-rc1 (diff)
downloadlinux-dev-a546d88c13ea23fda07dc0633ba272789cee1106.tar.xz
linux-dev-a546d88c13ea23fda07dc0633ba272789cee1106.zip
clk: imx: clk-divider-gate: fix a typo in comment
Fix a typo in comment: resue -> reuse. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/clk-divider-gate.c')
-rw-r--r--drivers/clk/imx/clk-divider-gate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-divider-gate.c b/drivers/clk/imx/clk-divider-gate.c
index 2a8352a316c7..214e18eb2b22 100644
--- a/drivers/clk/imx/clk-divider-gate.c
+++ b/drivers/clk/imx/clk-divider-gate.c
@@ -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