Re: [PATCH 3/5] tools/thermal: fix typo "binded" in comments
From: Randy Dunlap
Date: Mon Sep 07 2026 - 13:42:02 EST
On 9/6/26 11:47 PM, Hemanth Selam wrote:
> diff --git a/tools/thermal/tmon/tmon.h b/tools/thermal/tmon/tmon.h
> index 44d16d778f04..f347efb47c96 100644
> --- a/tools/thermal/tmon/tmon.h
> +++ b/tools/thermal/tmon/tmon.h
> @@ -77,7 +77,7 @@ struct tz_info {
> char type[256]; /* e.g. acpitz */
> int instance;
> int passive; /* active zone has passive node to force passive mode */
> - int nr_cdev; /* number of cooling device binded */
> + int nr_cdev; /* number of cooling device bound */
devices
> int nr_trip_pts;
> struct trip_point tp[MAX_NR_TRIP];
> unsigned long cdev_binding; /* bitmap for attached cdevs */
--
~Randy