Skip to content

Commit 480b182

Browse files
ColinIanKingkrzk
authored andcommitted
clk: samsung: Fix spelling mistake "stablization" -> "stabilization"
There is a spelling mistake in a pr_err message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20250202220425.199146-1-colin.i.king@gmail.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 3214e7c commit 480b182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/samsung/clk-cpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static void wait_until_divider_stable(void __iomem *div_reg, unsigned long mask)
133133
if (!(readl(div_reg) & mask))
134134
return;
135135

136-
pr_err("%s: timeout in divider stablization\n", __func__);
136+
pr_err("%s: timeout in divider stabilization\n", __func__);
137137
}
138138

139139
/*

0 commit comments

Comments
 (0)