Skip to content

Commit

Permalink
Fix build of document
Browse files Browse the repository at this point in the history
Error introduced in 59cd205 "VIRTIO-98: Add DEVICE_NEEDS_RESET":
seems that underscores in labels are verboten:

[133] [134] (./virtio-v1.0-csprd02.aux
! Missing \endcsname inserted.
<to be read again>
                   \unhbox
l.45 ...ts: Device Status Field}}{subsection.1}{}}

Signed-off-by: Rusty Russell <rusty@au1.ibm.com>

git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@373 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
  • Loading branch information
rusty committed May 22, 2014
1 parent d71f9f1 commit 93cd93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content.tex
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ \section{\field{Device Status} Field}\label{sec:Basic Facilities of a Virtio Dev

The device MUST NOT consume buffers or notify the driver before DRIVER_OK.

\label{sec:Basic Facilities of a Virtio Device / Device Status Field / DEVICE_NEEDS_RESET}The device SHOULD set DEVICE_NEEDS_RESET when it enters an error state
\label{sec:Basic Facilities of a Virtio Device / Device Status Field / DEVICENEEDSRESET}The device SHOULD set DEVICE_NEEDS_RESET when it enters an error state
that a reset is needed. After it sets DEVICE_NEEDS_RESET, the device
MUST send a device configuration change notification to the driver.

Expand Down Expand Up @@ -919,7 +919,7 @@ \subsection{Notification of Device Configuration Changes}\label{sec:General Init
interrupt is delivered when a device-specific configuration change occurs.

In addition, this interrupt is triggered by the device setting
DEVICE_NEEDS_RESET (see \ref{sec:Basic Facilities of a Virtio Device / Device Status Field / DEVICE_NEEDS_RESET}).
DEVICE_NEEDS_RESET (see \ref{sec:Basic Facilities of a Virtio Device / Device Status Field / DEVICENEEDSRESET}).

\section{Device Cleanup}\label{sec:General Initialization And Device Operation / Device Cleanup}

Expand Down

0 comments on commit 93cd93e

Please sign in to comment.