Skip to content

Commit a82d12b

Browse files
Colin Ian Kingstorulf
authored andcommitted
clk: apn806: fix spelling mistake: "mising" -> "missing"
trivial fix to spelling mistake in dev_warn message Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 6b236f3 commit a82d12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/mvebu/ap806-system-controller.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev)
140140
4, &name)) {
141141
ap806_clk_data.clk_num--;
142142
dev_warn(&pdev->dev,
143-
"eMMC clock mising: update the device tree!\n");
143+
"eMMC clock missing: update the device tree!\n");
144144
} else {
145145
ap806_clks[4] = clk_register_fixed_factor(NULL, name,
146146
fixedclk_name,

0 commit comments

Comments
 (0)