[PATCH v2] docs: fix section numbering in pcie.txt

Ani Sinha posted 1 patch 2 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211201074226.109287-1-ani@anisinha.ca
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
docs/pcie.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] docs: fix section numbering in pcie.txt
Posted by Ani Sinha 2 years, 3 months ago
There is no 5.2 section. Section 5.3 should really be 5.2. Fix it.

fixes: 453ac8835b0022 ("docs: add PCIe devices placement guidelines")

Reviewed-by: Liu Yi L <yi.l.liu@intel.com>
Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 docs/pcie.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pcie.txt b/docs/pcie.txt
index 89e3502075..90310b0c5e 100644
--- a/docs/pcie.txt
+++ b/docs/pcie.txt
@@ -262,7 +262,7 @@ PCI Express Root Ports (and PCI Express Downstream Ports).
         Port, which may come handy for hot-plugging another device.
 
 
-5.3 Hot-plug example:
+5.2 Hot-plug example:
 Using HMP: (add -monitor stdio to QEMU command line)
   device_add <dev>,id=<id>,bus=<PCI Express Root Port Id/PCI Express Downstream Port Id/PCI-PCI Bridge Id/>
 
-- 
2.25.1