Hi All, After Stephen reported some Sphinx warnings for files under Documentation/ABI/testing, I had to first figure out how to reproduce these. It turns out that to regenerate the htmldocs for files under Documentation/ABI/testing once has to run: touch Documentation/admin-guide/abi-testing.rst && make htmldocs This turned up warnings in multiple sysfs ABI files for platform/x86 drivers, as well as in some new functionality in sysfs-class-power, which was merged through the platform-drivers-x86 tree. I plan to merge this series through the platform-drivers-x86 tree and send this out in a fixed pull-req to Linus once 5.18-rc1 is out. Regards, Hans p.s. platform-drivers-x86 authors, for future patch submissions touching files under Documentation/ABI/testing please run: touch Documentation/admin-guide/abi-testing.rst && make htmldocs and make sure no warnings are introduced. Hans de Goede (4): Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errors Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanups Documentation/ABI: sysfs-class-power: Fix Sphinx error .../testing/sysfs-class-firmware-attributes | 48 ++++++++++--------- Documentation/ABI/testing/sysfs-class-power | 1 + .../ABI/testing/sysfs-driver-intel_sdsi | 18 +++---- 3 files changed, 37 insertions(+), 30 deletions(-) -- 2.35.1