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

From: Randy Dunlap

Date: Thu Sep 03 2026 - 13:03:11 EST




On 9/3/26 9:12 AM, Manuel Ebner wrote:
> Add missing ')'.
>
> Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
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