diff options
author | Eugenio Pérez <eperezma@redhat.com> | 2019-09-17 09:18:03 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-10-27 07:57:07 -0400 |
commit | f459b9e0ea60392f037bc740c681980563d920fc (patch) | |
tree | e4e90c20d8e1aadfdd094a9db979b737fa3eb534 | |
parent | 89ab113c40dbda3c68fe68c8793d0a0d78e486e4 (diff) | |
download | virtio-spec-f459b9e0ea60392f037bc740c681980563d920fc.tar.gz |
virtio-blk: typo: Capitalization in Device Initialization item
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/51
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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. |