aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/hwmon.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h
index 9d2f8bde7d12..b6a86aa4a9e2 100644
--- a/include/linux/hwmon.h
+++ b/include/linux/hwmon.h
@@ -298,8 +298,7 @@ enum hwmon_pwm_attributes {
298 * Channel number 298 * Channel number
299 * The function returns the file permissions. 299 * The function returns the file permissions.
300 * If the return value is 0, no attribute will be created. 300 * If the return value is 0, no attribute will be created.
301 * @read: Read callback. Optional. If not provided, attributes 301 * @read: Read callback. Mandatory if readable attributes are present.
302 * will not be readable.
303 * Parameters are: 302 * Parameters are:
304 * @dev: Pointer to hardware monitoring device 303 * @dev: Pointer to hardware monitoring device
305 * @type: Sensor type 304 * @type: Sensor type
@@ -308,8 +307,7 @@ enum hwmon_pwm_attributes {
308 * Channel number 307 * Channel number
309 * @val: Pointer to returned value 308 * @val: Pointer to returned value
310 * The function returns 0 on success or a negative error number. 309 * The function returns 0 on success or a negative error number.
311 * @write: Write callback. Optional. If not provided, attributes 310 * @write: Write callback. Mandatory if writeable attributes are present.
312 * will not be writable.
313 * Parameters are: 311 * Parameters are:
314 * @dev: Pointer to hardware monitoring device 312 * @dev: Pointer to hardware monitoring device
315 * @type: Sensor type 313 * @type: Sensor type