Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

thermal: Fix spelling mistake "disabed" -> "disabled"

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

authored by

Colin Ian King and committed by
Daniel Lezcano
312e3f8a 9468e7b0

+1 -1
+1 -1
include/uapi/linux/thermal.h
··· 60 60 THERMAL_GENL_EVENT_UNSPEC, 61 61 THERMAL_GENL_EVENT_TZ_CREATE, /* Thermal zone creation */ 62 62 THERMAL_GENL_EVENT_TZ_DELETE, /* Thermal zone deletion */ 63 - THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabed */ 63 + THERMAL_GENL_EVENT_TZ_DISABLE, /* Thermal zone disabled */ 64 64 THERMAL_GENL_EVENT_TZ_ENABLE, /* Thermal zone enabled */ 65 65 THERMAL_GENL_EVENT_TZ_TRIP_UP, /* Trip point crossed the way up */ 66 66 THERMAL_GENL_EVENT_TZ_TRIP_DOWN, /* Trip point crossed the way down */