[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260129081743.50ab5a66@foz.lan>
Date: Thu, 29 Jan 2026 08:17:59 +0100
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Guenter Roeck <linux@...ck-us.net>
Cc: Charles Hsu <hsu.yungteng@...il.com>, robh@...nel.org,
krzk+dt@...nel.org, conor+dt@...nel.org, devicetree@...r.kernel.org,
linux-hwmon@...r.kernel.org, linux-kernel@...r.kernel.org, Jonathan Corbet
<corbet@....net>, huah Khan <skhan@...uxfoundation.org>,
linux-doc@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: Re: [PATCH v7 2/2] hwmon: pmbus: add support for STEF48H28
Hi Gunter/Charles,
On Mon, 26 Jan 2026 16:12:42 -0800
Guenter Roeck <linux@...ck-us.net> wrote:
> On Mon, Jan 26, 2026 at 02:37:12PM +0800, Charles Hsu wrote:
> > Add support for STEF48H28 hot-swap controller.
> >
> > Signed-off-by: Charles Hsu <hsu.yungteng@...il.com>
This patch completely broke docs build, as it is using a markup meant
to identify section titles to mark the beginning/ending of a table.
Also, please use get_maintainers.pl:
$ ./scripts/get_maintainer.pl Documentation/hwmon/stef48h28.rst
Charles Hsu <hsu.yungteng@...il.com> (maintainer:ST STEF48H28 DRIVER)
Guenter Roeck <linux@...ck-us.net> (maintainer:HARDWARE MONITORING)
Jonathan Corbet <corbet@....net> (maintainer:DOCUMENTATION)
Shuah Khan <skhan@...uxfoundation.org> (reviewer:DOCUMENTATION)
linux-hwmon@...r.kernel.org (open list:ST STEF48H28 DRIVER)
linux-doc@...r.kernel.org (open list:DOCUMENTATION)
linux-kernel@...r.kernel.org (open list)
(adding documentation folks to C/C and also -next maintainer)
Please apply the enclosed patch to fix linux-next.
Thanks,
Mauro
---
[PATCH] docs: hwmon: stef48h28.rst: fix a documentation build
breakage on -next
The table there is completely misformatted, causing Sphinx to
badly fail:
Traceback
=========
File "/usr/lib/python3.14/site-packages/sphinx/util/parallel.py", line 137, in _join_one
raise SphinxParallelError(*result)
sphinx.errors.SphinxParallelError: docutils.utils.SystemMessage: /new_devel/docs/Documentation/hwmon/stef48h28.rst:45: (SEVERE/4) Missing matching underline for section title overline.
=========================================================
in1_label "vin".
in1_input Measured voltage. From READ_VIN register.
The full traceback has been saved in:
/tmp/sphinx-err-wpoae2yk.log
Fixes: aef6b6b5d5bc ("hwmon: pmbus: add support for STEF48H28")
Cc: stable@...r.kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
diff --git a/Documentation/hwmon/stef48h28.rst b/Documentation/hwmon/stef48h28.rst
index 00bef9e55651..3bfc37f3be8e 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,11 @@ 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 +70,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.
-=========================================================
+================ ========================================================
Powered by blists - more mailing lists