projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9468e7b
)
thermal: Fix spelling mistake "disabed" -> "disabled"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 11 Mar 2021 09:30:54 +0000
(09:30 +0000)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Thu, 11 Mar 2021 11:13:08 +0000
(12:13 +0100)
There is a spelling mistake in a comment, 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/20210311093054.5338-1-colin.king@canonical.com
include/uapi/linux/thermal.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/thermal.h
b/include/uapi/linux/thermal.h
index c105054cbb57acb9dbef29790822c9f6830a0969..9aa2fedfa309bda5a565acc34978b9bbf2bfa475 100644
(file)
--- a/
include/uapi/linux/thermal.h
+++ b/
include/uapi/linux/thermal.h
@@
-60,7
+60,7
@@
enum thermal_genl_event {
THERMAL_GENL_EVENT_UNSPEC,
THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */
THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */
- THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabed */
+ THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disab
l
ed */
THERMAL_GENL_EVENT_TZ_ENABLE, /* Thermal zone enabled */
THERMAL_GENL_EVENT_TZ_TRIP_UP, /* Trip point crossed the way up */
THERMAL_GENL_EVENT_TZ_TRIP_DOWN, /* Trip point crossed the way down */