summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2026-01-27 16:22:00 -0800
committerGuenter Roeck <linux@roeck-us.net>2026-02-07 09:33:00 -0800
commiteaeb29ce7c4aecd9652797ee99e90f1523f3fc24 (patch)
treed5d0f028bb0c856b10effe2a9f31a5058123278b /Documentation
parent669cf162f7a133099c7dc5db96f8283c98e73f1d (diff)
hwmon: pmbus: fix table in STEF48H28 documentation
"make htmldocs" reports build errors/warnings: Documentation/hwmon/stef48h28.rst:45: ERROR: Missing matching underline for section title overline. ========================================================= in1_label "vin". in1_input Measured voltage. From READ_VIN register. [docutils] Documentation/hwmon/stef48h28.rst:73: WARNING: Title underline too short. temp2_input Measured temperature. From READ_TEMPERATURE_2 register. ========================================================= [docutils] Fix the table overline/underline line lengths and convert it to a 2-column table. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20260128002200.1665941-1-rdunlap@infradead.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/hwmon/stef48h28.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/hwmon/stef48h28.rst b/Documentation/hwmon/stef48h28.rst
index 00bef9e55651..63d75e9affd8 100644
--- a/Documentation/hwmon/stef48h28.rst
+++ b/Documentation/hwmon/stef48h28.rst
@@ -42,7 +42,7 @@ The driver supports standard PMBus driver platform data.
Sysfs entries
-------------
-=========================================================
+====================== ========================================================
in1_label "vin".
in1_input Measured voltage. From READ_VIN register.
in1_min Minimum Voltage. From VIN_UV_WARN_LIMIT register.
@@ -53,11 +53,9 @@ in2_input Measured voltage. From READ_VOUT register.
in2_min Minimum Voltage. From VOUT_UV_WARN_LIMIT register.
in2_max Maximum voltage. From VOUT_OV_WARN_LIMIT register.
-curr1_label "iin".
-curr1_input Measured current. From READ_IIN register.
+curr1_label "iin". curr1_input Measured current. From READ_IIN register.
-curr2_label "iout1".
-curr2_input Measured current. From READ_IOUT register.
+curr2_label "iout1". curr2_input Measured current. From READ_IOUT register.
power1_label "pin"
power1_input Measured input power. From READ_PIN register.
@@ -70,4 +68,4 @@ temp1_max Maximum temperature. From OT_WARN_LIMIT register.
temp1_crit Critical high temperature. From OT_FAULT_LIMIT register.
temp2_input Measured temperature. From READ_TEMPERATURE_2 register.
-=========================================================
+====================== ========================================================