projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe27f13
)
thermal: stm32: fix spelling mistake "preprare" -> "prepare"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 30 Jan 2020 10:05:37 +0000
(10:05 +0000)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Fri, 31 Jan 2020 09:52:13 +0000
(10:52 +0100)
There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link:
https://lore.kernel.org/r/20200130100537.18069-1-colin.king@canonical.com
drivers/thermal/st/stm_thermal.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/st/stm_thermal.c
b/drivers/thermal/st/stm_thermal.c
index 1cc5e6c5709e400cc73f1bfe71c0c4ea0c2bab38..ad9e3bf8fdf675a434aebf1b7d6f5550dd1485a8 100644
(file)
--- a/
drivers/thermal/st/stm_thermal.c
+++ b/
drivers/thermal/st/stm_thermal.c
@@
-535,7
+535,7
@@
static int stm_thermal_probe(struct platform_device *pdev)
/* Configure and enable HW sensor */
ret = stm_thermal_prepare(sensor);
if (ret) {
- dev_err(&pdev->dev, "Error prep
r
are sensor: %d\n", ret);
+ dev_err(&pdev->dev, "Error prepare sensor: %d\n", ret);
return ret;
}