Re: [PATCH] htmldocs: Documentation/hwmon/max17616.rst:4: WARNING: Title underline too short.
From: Guenter Roeck
Date: Wed Oct 15 2025 - 14:03:27 EST
On 10/15/25 08:35, Kriish Sharma wrote:
Fix the following warning encountered when running `make htmldocs`:
Documentation/hwmon/max17616.rst:4: WARNING: Title underline too short.
The underline below "Kernel driver max17616" was shorter than the title
text, violating reStructuredText formatting rules. Extended the underline
to match the title length.
Fixes: 1fdbb3ff1233 ("Add linux-next specific files for 20251015")
That is a bit wrong.
Signed-off-by: Kriish Sharma <kriish.sharma2006@xxxxxxxxx>
Thanks for the report. Folded into the original patch.
Guenter