Documentation/hwmon/sysfs-interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Add missing ')'.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
Documentation/hwmon/sysfs-interface.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/hwmon/sysfs-interface.rst b/Documentation/hwmon/sysfs-interface.rst
index 94e1bbce1..7cf4178c3 100644
--- a/Documentation/hwmon/sysfs-interface.rst
+++ b/Documentation/hwmon/sysfs-interface.rst
@@ -47,7 +47,7 @@ There is only one value per file, unlike the older /proc specification.
The common scheme for files naming is: <type><number>_<item>. Usual
types for sensor chips are "in" (voltage), "temp" (temperature) and
"fan" (fan). Usual items are "input" (measured value), "max" (high
-threshold, "min" (low threshold). Numbering usually starts from 1,
+threshold), "min" (low threshold). Numbering usually starts from 1,
except for voltages which start from 0 (because most data sheets use
this). A number is always used for elements that can be present more
than once, even if there is a single element of the given type on the
--
2.54.0
On Thu, Sep 03, 2026 at 06:12:03PM +0200, Manuel Ebner wrote: > Add missing ')'. > > Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org> > Acked-by: Randy Dunlap <rdunlap@infradead.org> Applied. Thanks, Guenter
On 9/3/26 9:12 AM, Manuel Ebner wrote: > Add missing ')'. > > Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Thanks. > --- > Documentation/hwmon/sysfs-interface.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/hwmon/sysfs-interface.rst b/Documentation/hwmon/sysfs-interface.rst > index 94e1bbce1..7cf4178c3 100644 > --- a/Documentation/hwmon/sysfs-interface.rst > +++ b/Documentation/hwmon/sysfs-interface.rst > @@ -47,7 +47,7 @@ There is only one value per file, unlike the older /proc specification. > The common scheme for files naming is: <type><number>_<item>. Usual > types for sensor chips are "in" (voltage), "temp" (temperature) and > "fan" (fan). Usual items are "input" (measured value), "max" (high > -threshold, "min" (low threshold). Numbering usually starts from 1, > +threshold), "min" (low threshold). Numbering usually starts from 1, > except for voltages which start from 0 (because most data sheets use > this). A number is always used for elements that can be present more > than once, even if there is a single element of the given type on the -- ~Randy
© 2016 - 2026 Red Hat, Inc.