iommu/amd: Wrap debugfs ABI testing symbols snippets in literal code blocks
authorBagas Sanjaya <bagasdotme@gmail.com>
Thu, 17 Jul 2025 01:03:31 +0000 (08:03 +0700)
committerWill Deacon <will@kernel.org>
Thu, 17 Jul 2025 08:52:40 +0000 (09:52 +0100)
commit9628e5c85b1e0fd1e30d8f797ba1289de2708d3a
tree6e966197d4d370ee5d0bfbdd729d4064b48448e2
parent39215bb3b0d929f336b6c82ff1665a3377ca0d4f
iommu/amd: Wrap debugfs ABI testing symbols snippets in literal code blocks

Commit 39215bb3b0d929 ("iommu/amd: Add documentation for AMD IOMMU
debugfs support") documents debugfs ABI symbols for AMD IOMMU, but
forgets to wrap examples snippets and their output in literal code
blocks, hence Sphinx reports indentation warnings:

Documentation/ABI/testing/debugfs-amd-iommu:31: ERROR: Unexpected indentation. [docutils]
Documentation/ABI/testing/debugfs-amd-iommu:31: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
Documentation/ABI/testing/debugfs-amd-iommu:31: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]

Wrap them to fix the warnings.

Fixes: 39215bb3b0d9 ("iommu/amd: Add documentation for AMD IOMMU debugfs support")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250716204207.73869849@canb.auug.org.au/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20250717010331.8941-1-bagasdotme@gmail.com
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/ABI/testing/debugfs-amd-iommu