Message ID | 20211201064307.107293-1-ani@anisinha.ca (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: fix section numbering in pcie.txt | expand |
> 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 --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/>
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(-)