Skip to content

Commit edc1243

Browse files
committed
Documentation/ABI/testing/debugfs-cxl: Fix "Unexpected indentation"
Stephen reported that an htmldocs build hit: Documentation/ABI/testing/debugfs-cxl:38: ERROR: Unexpected indentation. It turns out that line was fine but the tool was unhappy about some line breaks in the table of values to error types. It turns out that: make V=1 SPHINXDIRS="admin-guide" htmldocs ...can not be used to get more info about what is behind a documentation build error. It was only pure luck that reflowing the text resulted in an error message that seemed a imply a problem later on with line breaks around the table. Fixes: 8039804 ("cxl/core: Add CXL EINJ debugfs files") Cc: Jonathan Corbet <corbet@lwn.net> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Closes: http://lore.kernel.org/r/20240314141313.7ba04aff@canb.auug.org.au Cc: Ben Cheatham <Benjamin.Cheatham@amd.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
1 parent 8039804 commit edc1243

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Documentation/ABI/testing/debugfs-cxl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ KernelVersion: v6.9
4040
Contact: linux-cxl@vger.kernel.org
4141
Description:
4242
(RO) Prints the CXL protocol error types made available by
43-
the platform in the format "0x<error number> <error type>".
43+
the platform in the format:
44+
45+
0x<error number> <error type>
46+
4447
The possible error types are (as of ACPI v6.5):
48+
4549
0x1000 CXL.cache Protocol Correctable
4650
0x2000 CXL.cache Protocol Uncorrectable non-fatal
4751
0x4000 CXL.cache Protocol Uncorrectable fatal

0 commit comments

Comments
 (0)