Skip to content

Commit 47c9ef9

Browse files
sumeet4linuxrafaeljw
authored andcommitted
thermal: intel: fix typo "nagative" in comment for cpu argument
Fix typo "nagative" -> "negative" for cpu argument value in comment section. Signed-off-by: Sumeet Pawnikar <sumeet4linux@gmail.com> [ rjw: Subject tweak ] Link: https://patch.msgid.link/20260111160739.15984-1-sumeet4linux@gmail.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 2b91b81 commit 47c9ef9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/thermal/intel/intel_tcc.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static u32 get_temp_mask(bool pkg)
172172

173173
/**
174174
* intel_tcc_get_tjmax() - returns the default TCC activation Temperature
175-
* @cpu: cpu that the MSR should be run on, nagative value means any cpu.
175+
* @cpu: cpu that the MSR should be run on, negative value means any cpu.
176176
*
177177
* Get the TjMax value, which is the default thermal throttling or TCC
178178
* activation temperature in degrees C.
@@ -199,7 +199,7 @@ EXPORT_SYMBOL_NS_GPL(intel_tcc_get_tjmax, "INTEL_TCC");
199199

200200
/**
201201
* intel_tcc_get_offset() - returns the TCC Offset value to Tjmax
202-
* @cpu: cpu that the MSR should be run on, nagative value means any cpu.
202+
* @cpu: cpu that the MSR should be run on, negative value means any cpu.
203203
*
204204
* Get the TCC offset value to Tjmax. The effective thermal throttling or TCC
205205
* activation temperature equals "Tjmax" - "TCC Offset", in degrees C.
@@ -224,7 +224,7 @@ EXPORT_SYMBOL_NS_GPL(intel_tcc_get_offset, "INTEL_TCC");
224224

225225
/**
226226
* intel_tcc_set_offset() - set the TCC offset value to Tjmax
227-
* @cpu: cpu that the MSR should be run on, nagative value means any cpu.
227+
* @cpu: cpu that the MSR should be run on, negative value means any cpu.
228228
* @offset: TCC offset value in degree C
229229
*
230230
* Set the TCC Offset value to Tjmax. The effective thermal throttling or TCC
@@ -267,7 +267,7 @@ EXPORT_SYMBOL_NS_GPL(intel_tcc_set_offset, "INTEL_TCC");
267267

268268
/**
269269
* intel_tcc_get_temp() - returns the current temperature
270-
* @cpu: cpu that the MSR should be run on, nagative value means any cpu.
270+
* @cpu: cpu that the MSR should be run on, negative value means any cpu.
271271
* @temp: pointer to the memory for saving cpu temperature.
272272
* @pkg: true: Package Thermal Sensor. false: Core Thermal Sensor.
273273
*

0 commit comments

Comments
 (0)