Fix the device/driver requirements of the vendor data capability so that they are subsections of the vendor data capability section.
Signed-off-by: Nikos Dragazis <[email protected]> --- content.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content.tex b/content.tex index b5b2f79..94a3693 100644 --- a/content.tex +++ b/content.tex @@ -1142,7 +1142,7 @@ \subsubsection{Vendor data capability}\label{sec:Virtio To make it safe for a generic driver to access the capability, reads from this capability MUST NOT have any side effects. -\devicenormative{\subsection}{Vendor data capability}{Virtio +\devicenormative{\paragraph}{Vendor data capability}{Virtio Transport Options / Virtio Over PCI Bus / PCI Device Layout / Vendor data capability} @@ -1159,7 +1159,7 @@ \subsubsection{Vendor data capability}\label{sec:Virtio Reads of the Vendor data capability by the driver MUST NOT have any side effects. -\drivernormative{\subsection}{Vendor data capability}{Virtio +\drivernormative{\paragraph}{Vendor data capability}{Virtio Transport Options / Virtio Over PCI Bus / PCI Device Layout / Vendor data capability} -- 2.17.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
