summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEncrow Thorne <jyc0019@gmail.com>2025-11-11 23:50:09 +0800
committerStephen Boyd <sboyd@kernel.org>2025-11-13 18:19:51 -0800
commit2e12d91cbf3d0105fc58d07b8a0548ebd7bb619b (patch)
treefffee549d8e8a96c5f84f88478d0ee5af5c673b0
parentfa3542e822c99196a27f030e87eab5458072613a (diff)
clk: spacemit: fix comment typo
Fix incorrect comment to match the filename. Reviewd-by: Troy Mitchell <troy.mitchell@linux.spacemit.com> Signed-off-by: Encrow Thorne <jyc0019@gmail.com> Reviewed-by: Yixun Lan <dlan@gentoo.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r--drivers/clk/spacemit/ccu_mix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/spacemit/ccu_mix.h b/drivers/clk/spacemit/ccu_mix.h
index 54d40cd39b27..c406508e3504 100644
--- a/drivers/clk/spacemit/ccu_mix.h
+++ b/drivers/clk/spacemit/ccu_mix.h
@@ -220,4 +220,4 @@ extern const struct clk_ops spacemit_ccu_div_gate_ops;
extern const struct clk_ops spacemit_ccu_mux_gate_ops;
extern const struct clk_ops spacemit_ccu_mux_div_ops;
extern const struct clk_ops spacemit_ccu_mux_div_gate_ops;
-#endif /* _CCU_DIV_H_ */
+#endif /* _CCU_MIX_H_ */