* [PATCH] thermal/of: Fix trivial enabled typo
@ 2026-08-04 21:37 Marek Vasut
2026-08-07 2:24 ` Daniel Lezcano
0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2026-08-04 21:37 UTC (permalink / raw)
To: linux-pm
Cc: Marek Vasut, Rafael J. Wysocki, Daniel Lezcano, Lukasz Luba,
Zhang Rui
Fix trivial typo, s@enabled@enable@. No functional change.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
---
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@kernel.org>
Cc: Lukasz Luba <lukasz.luba@arm.com>
Cc: Zhang Rui <rui.zhang@intel.com>
Cc: linux-pm@vger.kernel.org
---
drivers/thermal/thermal_of.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/thermal_of.c b/drivers/thermal/thermal_of.c
index 100fd8a0c8cec..0217a49b08ae3 100644
--- a/drivers/thermal/thermal_of.c
+++ b/drivers/thermal/thermal_of.c
@@ -444,7 +444,7 @@ static struct thermal_zone_device *thermal_of_zone_register(struct device_node *
ret = thermal_zone_device_enable(tz);
if (ret) {
- pr_err("Failed to enabled thermal zone '%s', id=%d: %d\n",
+ pr_err("Failed to enable thermal zone '%s', id=%d: %d\n",
tz->type, tz->id, ret);
thermal_of_zone_unregister(tz);
return ERR_PTR(ret);
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] thermal/of: Fix trivial enabled typo
2026-08-04 21:37 [PATCH] thermal/of: Fix trivial enabled typo Marek Vasut
@ 2026-08-07 2:24 ` Daniel Lezcano
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2026-08-07 2:24 UTC (permalink / raw)
To: Marek Vasut, linux-pm
Cc: Rafael J. Wysocki, Daniel Lezcano, Lukasz Luba, Zhang Rui
On 8/4/26 23:37, Marek Vasut wrote:
> Fix trivial typo, s@enabled@enable@. No functional change.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
> ---
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@kernel.org>
> Cc: Lukasz Luba <lukasz.luba@arm.com>
> Cc: Zhang Rui <rui.zhang@intel.com>
> Cc: linux-pm@vger.kernel.org
> ---
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-07 2:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 21:37 [PATCH] thermal/of: Fix trivial enabled typo Marek Vasut
2026-08-07 2:24 ` Daniel Lezcano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox