From: Encrow Thorne Date: Tue, 11 Nov 2025 15:50:09 +0000 (+0800) Subject: clk: spacemit: fix comment typo X-Git-Tag: v6.19-rc1~58^2~1^3~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e12d91cbf3d0105fc58d07b8a0548ebd7bb619b;p=thirdparty%2Flinux.git clk: spacemit: fix comment typo Fix incorrect comment to match the filename. Reviewd-by: Troy Mitchell Signed-off-by: Encrow Thorne Reviewed-by: Yixun Lan Signed-off-by: Stephen Boyd --- diff --git a/drivers/clk/spacemit/ccu_mix.h b/drivers/clk/spacemit/ccu_mix.h index 54d40cd39b275..c406508e3504e 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_ */