[PATCH] docs: hwmon: sysfs-interface: Fix bracket

Manuel Ebner posted 1 patch 3 weeks, 1 day ago
Documentation/hwmon/sysfs-interface.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: hwmon: sysfs-interface: Fix bracket
Posted by Manuel Ebner 3 weeks, 1 day ago
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
Re: [PATCH] docs: hwmon: sysfs-interface: Fix bracket
Posted by Guenter Roeck 2 weeks, 3 days ago
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
Re: [PATCH] docs: hwmon: sysfs-interface: Fix bracket
Posted by Randy Dunlap 3 weeks, 1 day ago

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