diff mbox series

docs: fix section numbering in pcie.txt

Message ID 20211201064307.107293-1-ani@anisinha.ca
State New
Headers show
Series docs: fix section numbering in pcie.txt | expand

Commit Message

Ani Sinha Dec. 1, 2021, 6:43 a.m. UTC
There is no 5.2 section. Section 5.3 should really be 5.2. Fix it.

Signed-off-by: Ani Sinha <ani@anisinha.ca>
---
 docs/pcie.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yi Liu Dec. 1, 2021, 7:22 a.m. UTC | #1
> From: Qemu-devel <qemu-devel-bounces+yi.l.liu=intel.com@nongnu.org>
> On Behalf Of Ani Sinha
> Sent: Wednesday, December 1, 2021 2:43 PM
> 
> There is no 5.2 section. Section 5.3 should really be 5.2. Fix it.

Reviewed-by: Liu Yi L <yi.l.liu@intel.com>

BTW. Is a fix tag needed?

Regards,
Yi Liu

> 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
>
diff mbox series

Patch

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/>