diff options
Diffstat (limited to 'include/linux/hwmon.h')
| -rw-r--r-- | include/linux/hwmon.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/linux/hwmon.h b/include/linux/hwmon.h index 1e8d6ea8992e..fad1f1df26df 100644 --- a/include/linux/hwmon.h +++ b/include/linux/hwmon.h @@ -403,7 +403,7 @@ struct hwmon_ops {  };  /** - * Channel information + * struct hwmon_channel_info - Channel information   * @type:	Channel type.   * @config:	Pointer to NULL-terminated list of channel parameters.   *		Use for per-channel attributes. @@ -422,7 +422,7 @@ struct hwmon_channel_info {  	})  /** - * Chip configuration + * struct hwmon_chip_info - Chip configuration   * @ops:	Pointer to hwmon operations.   * @info:	Null-terminated list of channel information.   */ |