Skip to content

Commit a30e657

Browse files
Deming Wangrafaeljw
authored andcommitted
thermal: intel: menlow: Update function descriptions
Update function parameter descriptions for sensor_get_auxtrip() and sensor_set_auxtrip(). [ rjw: New changelog, subject edits ] Signed-off-by: Deming Wang <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e7fcfe6 commit a30e657

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

drivers/thermal/intel/intel_menlow.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,9 @@ static DEFINE_MUTEX(intel_menlow_attr_lock);
232232

233233
/*
234234
* sensor_get_auxtrip - get the current auxtrip value from sensor
235-
* @name: Thermalzone name
236-
* @auxtype : AUX0/AUX1
237-
* @buf: syfs buffer
235+
* @handle: Object handle
236+
* @index : GET_AUX1/GET_AUX0
237+
* @value : The address will be fill by the value
238238
*/
239239
static int sensor_get_auxtrip(acpi_handle handle, int index,
240240
unsigned long long *value)
@@ -254,9 +254,9 @@ static int sensor_get_auxtrip(acpi_handle handle, int index,
254254

255255
/*
256256
* sensor_set_auxtrip - set the new auxtrip value to sensor
257-
* @name: Thermalzone name
258-
* @auxtype : AUX0/AUX1
259-
* @buf: syfs buffer
257+
* @handle: Object handle
258+
* @index : GET_AUX1/GET_AUX0
259+
* @value : The value will be set
260260
*/
261261
static int sensor_set_auxtrip(acpi_handle handle, int index, int value)
262262
{

0 commit comments

Comments
 (0)