Commit a30e6579 authored by Deming Wang's avatar Deming Wang Committed by Rafael J. Wysocki

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: default avatarDeming Wang <wangdeming@inspur.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent e7fcfe67
...@@ -232,9 +232,9 @@ static DEFINE_MUTEX(intel_menlow_attr_lock); ...@@ -232,9 +232,9 @@ static DEFINE_MUTEX(intel_menlow_attr_lock);
/* /*
* sensor_get_auxtrip - get the current auxtrip value from sensor * sensor_get_auxtrip - get the current auxtrip value from sensor
* @name: Thermalzone name * @handle: Object handle
* @auxtype : AUX0/AUX1 * @index : GET_AUX1/GET_AUX0
* @buf: syfs buffer * @value : The address will be fill by the value
*/ */
static int sensor_get_auxtrip(acpi_handle handle, int index, static int sensor_get_auxtrip(acpi_handle handle, int index,
unsigned long long *value) unsigned long long *value)
...@@ -254,9 +254,9 @@ static int sensor_get_auxtrip(acpi_handle handle, int index, ...@@ -254,9 +254,9 @@ static int sensor_get_auxtrip(acpi_handle handle, int index,
/* /*
* sensor_set_auxtrip - set the new auxtrip value to sensor * sensor_set_auxtrip - set the new auxtrip value to sensor
* @name: Thermalzone name * @handle: Object handle
* @auxtype : AUX0/AUX1 * @index : GET_AUX1/GET_AUX0
* @buf: syfs buffer * @value : The value will be set
*/ */
static int sensor_set_auxtrip(acpi_handle handle, int index, int value) static int sensor_set_auxtrip(acpi_handle handle, int index, int value)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment