Skip to content

Commit 8c173d5

Browse files
Colin Ian Kingdlezcano
authored andcommitted
thermal: stm32: fix spelling mistake "preprare" -> "prepare"
There is a spelling mistake in a dev_err error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent fe27f13 commit 8c173d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/thermal/st/stm_thermal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static int stm_thermal_probe(struct platform_device *pdev)
535535
/* Configure and enable HW sensor */
536536
ret = stm_thermal_prepare(sensor);
537537
if (ret) {
538-
dev_err(&pdev->dev, "Error preprare sensor: %d\n", ret);
538+
dev_err(&pdev->dev, "Error prepare sensor: %d\n", ret);
539539
return ret;
540540
}
541541

0 commit comments

Comments
 (0)