]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit51f57607e30bee282a1d40845f89a311cbb26481
treea4bb1b211efea8e979f6b2dd540a6352656664b6
parentf06035ab324e52a845079c2e5f2380fa3cebde9b
docs: hwmon: sy7636a: fix temperature sysfs attribute name

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