thermal: intel: x86_pkg_temp_thermal: Drop duplicate 'is' from comment
authorJiang Jian <jiangjian@cdjrlc.com>
Wed, 22 Jun 2022 15:55:43 +0000 (23:55 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Jul 2022 18:23:16 +0000 (20:23 +0200)
commit06d9fb48a80ca6e5a682889096e767ac125aa1b4
tree526aaf000903833da0a85e61e439ef20aeca1911
parent32346491ddf24599decca06190ebca03ff9de7f8
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 <jiangjian@cdjrlc.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/intel/x86_pkg_temp_thermal.c