From: Jiang Jian Date: Wed, 22 Jun 2022 15:55:43 +0000 (+0800) Subject: thermal: intel: x86_pkg_temp_thermal: Drop duplicate 'is' from comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06d9fb48a80ca6e5a682889096e767ac125aa1b4;p=linux.git thermal: intel: x86_pkg_temp_thermal: Drop duplicate 'is' from comment There is an unexpected word 'is' in a 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 [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/thermal/intel/x86_pkg_temp_thermal.c b/drivers/thermal/intel/x86_pkg_temp_thermal.c index 4d8edc61a78b2..a0e234fce71ad 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)