From f459b9e0ea60392f037bc740c681980563d920fc Mon Sep 17 00:00:00 2001 From: Eugenio Pérez Date: Tue, 17 Sep 2019 09:18:03 +0200 Subject: virtio-blk: typo: Capitalization in Device Initialization item MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eugenio Pérez Signed-off-by: Michael S. Tsirkin Fixes: https://github.com/oasis-tcs/virtio-spec/issues/51 Reviewed-by: Stefan Hajnoczi --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') diff --git a/content.tex b/content.tex index 5329822..b0fe90c 100644 --- a/content.tex +++ b/content.tex @@ -3980,7 +3980,7 @@ according to the native endian of the guest rather than segments for the block driver to use. \field{discard_sector_alignment} can be used by OS when splitting a request based on alignment. -\item if the VIRTIO_BLK_F_WRITE_ZEROES feature is negotiated, +\item If the VIRTIO_BLK_F_WRITE_ZEROES feature is negotiated, \field{max_write_zeroes_sectors} and \field{max_write_zeroes_seg} can be read to determine the maximum write zeroes sectors and maximum number of write zeroes segments for the block driver to use. -- cgit