]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: spacemit: fix comment typo
authorEncrow Thorne <jyc0019@gmail.com>
Tue, 11 Nov 2025 15:50:09 +0000 (23:50 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 14 Nov 2025 02:19:51 +0000 (18:19 -0800)
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>
drivers/clk/spacemit/ccu_mix.h

index 54d40cd39b2752260f57d2a96eb8d3eed8116ecd..c406508e3504efe2cc8681b9d68200c44cb5bb35 100644 (file)
@@ -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_ */