From f9bed5bcb25e1cdaf26dec2098f029acdb85fb5c Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 11 Oct 2019 13:50:53 +0200 Subject: Lift "Driver Notifications" to section level Currently, it slips under the Packed Virtqueues section while it is not specific to this format. At this chance, capitalize "Notifications". Signed-off-by: Jan Kiszka Signed-off-by: Michael S. Tsirkin --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') diff --git a/content.tex b/content.tex index 679391e..9cc958d 100644 --- a/content.tex +++ b/content.tex @@ -332,7 +332,7 @@ Virtqueue format, or both. \input{packed-ring.tex} -\subsection{Driver notifications} \label{sec:Virtqueues / Driver notifications} +\section{Driver Notifications} \label{sec:Virtqueues / Driver notifications} The driver is sometimes required to send an available buffer notification to the device. -- cgit