Unverified Commit 2e12d91c authored by Encrow Thorne's avatar Encrow Thorne Committed by Stephen Boyd
Browse files

clk: spacemit: fix comment typo



Fix incorrect comment to match the filename.

Reviewd-by: default avatarTroy Mitchell <troy.mitchell@linux.spacemit.com>
Signed-off-by: default avatarEncrow Thorne <jyc0019@gmail.com>
Reviewed-by: default avatarYixun Lan <dlan@gentoo.org>
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent fa3542e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_ */