[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220622155543.9780-1-jiangjian@cdjrlc.com>
Date: Wed, 22 Jun 2022 23:55:43 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: rafael@...nel.org, daniel.lezcano@...aro.org
Cc: amitk@...nel.org, rui.zhang@...el.com, linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org, Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] thermal: intel: drop unexpected word 'is' in the comments
there is an unexpected word 'is' in the comments that need to be dropped
file: ./drivers/thermal/intel/x86_pkg_temp_thermal.c
line: 108
* tj-max is is interesting because threshold is set relative to this
changed to:
* tj-max is interesting because threshold is set relative to this
Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
---
drivers/thermal/intel/x86_pkg_temp_thermal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/thermal/intel/x86_pkg_temp_thermal.c b/drivers/thermal/intel/x86_pkg_temp_thermal.c
index 4d8edc61a78b..a0e234fce71a 100644
--- a/drivers/thermal/intel/x86_pkg_temp_thermal.c
+++ b/drivers/thermal/intel/x86_pkg_temp_thermal.c
@@ -105,7 +105,7 @@ static struct zone_device *pkg_temp_thermal_get_dev(unsigned int cpu)
}
/*
-* tj-max is is interesting because threshold is set relative to this
+* tj-max is interesting because threshold is set relative to this
* temperature.
*/
static int get_tj_max(int cpu, u32 *tj_max)
--
2.17.1
Powered by blists - more mailing lists