Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Encrow Thorne and committed by
Stephen Boyd
2e12d91c fa3542e8

+1 -1
+1 -1
drivers/clk/spacemit/ccu_mix.h
··· 220 220 extern const struct clk_ops spacemit_ccu_mux_gate_ops; 221 221 extern const struct clk_ops spacemit_ccu_mux_div_ops; 222 222 extern const struct clk_ops spacemit_ccu_mux_div_gate_ops; 223 - #endif /* _CCU_DIV_H_ */ 223 + #endif /* _CCU_MIX_H_ */