]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: hwmon: sy7636a: fix temperature sysfs attribute name
authorChen-Shi-Hong <eric039eric@gmail.com>
Thu, 14 May 2026 15:39:13 +0000 (23:39 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 14 May 2026 22:48:57 +0000 (15:48 -0700)
The hwmon sysfs naming convention uses
temp[1-*]_input for temperature channels.

Documentation/hwmon/sy7636a-hwmon.rst currently documents
temp0_input, while the driver uses the standard hwmon
temperature channel interface.

Update the documentation to use temp1_input.

Signed-off-by: Chen-Shi-Hong <eric039eric@gmail.com>
Link: https://lore.kernel.org/r/20260514154108.1937-1-eric039eric@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/sy7636a-hwmon.rst

index 0143ce0e5db7653e6a61f89fd55ff9142a539252..03d866aba6e81cb26eefcd0472a22b722bb0c72f 100644 (file)
@@ -22,5 +22,5 @@ The following sensors are supported
 sysfs-Interface
 ---------------
 
-temp0_input
+temp1_input
        - Temperature of external NTC (milli-degree C)