diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-10-19 17:38:46 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-10-19 17:44:43 -0400 |
commit | 7e4d8df4099944a0c5cacd868c9af8a9ca72a816 (patch) | |
tree | 49a7b7b69eb404a3e3f0881ca166c67a8fa468ee | |
parent | e15f78d0a61e6eccd02c71dfd5ae11af9bf3c1a0 (diff) | |
download | virtio-spec-7e4d8df4099944a0c5cacd868c9af8a9ca72a816.tar.gz |
crypto: fix label name
fixes multiply defined label error
-rw-r--r-- | virtio-crypto.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtio-crypto.tex b/virtio-crypto.tex index dac53ef..4ae4933 100644 --- a/virtio-crypto.tex +++ b/virtio-crypto.tex @@ -42,7 +42,7 @@ N is set by \field{max_dataqueues}. \end{description} -\subsubsection{Feature bit requirements}\label{sec:Device Types / Crypto Device / Feature bits} +\subsubsection{Feature bit requirements}\label{sec:Device Types / Crypto Device / Feature bit requirements} Some crypto feature bits require other crypto feature bits (see \ref{drivernormative:Basic Facilities of a Virtio Device / Feature Bits}): |