Skip to content

Commit e9ac6e3

Browse files
bagasmejonmason
authored andcommitted
Documentation: PCI: Use code-block block for scratchpad registers diagram
The diagram in "Scratchpad Registers" isn't formatted inside code block, hence triggers indentation warning: Documentation/PCI/endpoint/pci-vntb-function.rst:82: WARNING: Unexpected indentation. Fix the warning by using code-block directive to format the diagram inside code block, as in other diagrams in Documentation/. While at it, unindent the preceeding text. Link: https://lore.kernel.org/linux-next/[email protected]/ Fixes: 0c4b285 ("Documentation: PCI: Add specification for the PCI vNTB function device") Reported-by: Stephen Rothwell <[email protected]> Cc: Kishon Vijay Abraham I <[email protected]> Cc: Lorenzo Pieralisi <[email protected]> Cc: "Krzysztof Wilczyński" <[email protected]> Cc: Bjorn Helgaas <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Frank Li <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Bagas Sanjaya <[email protected]> Signed-off-by: Jon Mason <[email protected]>
1 parent 4ac8c8e commit e9ac6e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/PCI/endpoint/pci-vntb-function.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ It is same as PCI NTB Function driver
5858
Scratchpad Registers:
5959
---------------------
6060

61-
It is appended after Config region.
61+
It is appended after Config region.
62+
63+
.. code-block:: text
64+
6265
6366
+--------------------------------------------------+ Base
6467
| |

0 commit comments

Comments
 (0)