Message ID | 20231116-hwmon_abi-v1-1-8bfb7f51145a@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | ABI: sysfs-class-hwmon: document existing attributes | expand |
On Fri, Nov 17, 2023 at 07:40:34AM +0100, Javier Carrasco wrote: > Preliminary step to add the missing humidity attributes in the ABI > documentation. > > Adding new elements alphabetically is a common practice that has been > loosely followed in the sysfs-class-hwmon documentation. Since most of > the humidity attributes must be added to the file, a single attribute > needs to be rearranged to reinforce alphabetical order. > > Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Applied. Thanks, Guenter > --- > Documentation/ABI/testing/sysfs-class-hwmon | 17 ++++++++--------- > 1 file changed, 8 insertions(+), 9 deletions(-) > > diff --git a/Documentation/ABI/testing/sysfs-class-hwmon b/Documentation/ABI/testing/sysfs-class-hwmon > index 638f4c6d4ec7..b998a42add95 100644 > --- a/Documentation/ABI/testing/sysfs-class-hwmon > +++ b/Documentation/ABI/testing/sysfs-class-hwmon > @@ -887,15 +887,6 @@ Description: > > RW > > -What: /sys/class/hwmon/hwmonX/humidityY_input > -Description: > - Humidity > - > - Unit: milli-percent (per cent mille, pcm) > - > - RO > - > - > What: /sys/class/hwmon/hwmonX/humidityY_enable > Description: > Enable or disable the sensors > @@ -908,6 +899,14 @@ Description: > > RW > > +What: /sys/class/hwmon/hwmonX/humidityY_input > +Description: > + Humidity > + > + Unit: milli-percent (per cent mille, pcm) > + > + RO > + > What: /sys/class/hwmon/hwmonX/humidityY_rated_min > Description: > Minimum rated humidity.
diff --git a/Documentation/ABI/testing/sysfs-class-hwmon b/Documentation/ABI/testing/sysfs-class-hwmon index 638f4c6d4ec7..b998a42add95 100644 --- a/Documentation/ABI/testing/sysfs-class-hwmon +++ b/Documentation/ABI/testing/sysfs-class-hwmon @@ -887,15 +887,6 @@ Description: RW -What: /sys/class/hwmon/hwmonX/humidityY_input -Description: - Humidity - - Unit: milli-percent (per cent mille, pcm) - - RO - - What: /sys/class/hwmon/hwmonX/humidityY_enable Description: Enable or disable the sensors @@ -908,6 +899,14 @@ Description: RW +What: /sys/class/hwmon/hwmonX/humidityY_input +Description: + Humidity + + Unit: milli-percent (per cent mille, pcm) + + RO + What: /sys/class/hwmon/hwmonX/humidityY_rated_min Description: Minimum rated humidity.
Preliminary step to add the missing humidity attributes in the ABI documentation. Adding new elements alphabetically is a common practice that has been loosely followed in the sysfs-class-hwmon documentation. Since most of the humidity attributes must be added to the file, a single attribute needs to be rearranged to reinforce alphabetical order. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> --- Documentation/ABI/testing/sysfs-class-hwmon | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)