← Prev in month ← Prev in thread
Next in thread → Next in month →

[PATCH v3 4/5] virtio-blk: avoid inconsistent "DISCARD" term

From
Stefan Hajnoczi <>
Date
2019-02-21T16:22:51+00:00
ID
Thread
[PATCH v3 4/5] virtio-blk: avoid inconsistent "DISCARD" term
"discard" (lowercase) is used throughout the text.  Remove a lone
instance of "DISCARD" (uppercase).

Suggested-by: Michael S. Tsirkin <>
Signed-off-by: Stefan Hajnoczi <>
---
 content.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content.tex b/content.tex
index 8ea8320..c5fdc34 100644
--- a/content.tex
+++ b/content.tex
@@ -4040,7 +4040,7 @@ sectors in the device backend storage.
 
 For write zeroes commands, if the \field{unmap} is set, the device MAY
 deallocate the specified range of sectors in the device backend storage,
-as if the DISCARD command had been sent.  After a write zeroes command
+as if the discard command had been sent.  After a write zeroes command
 is completed, reads of the specified ranges of sectors MUST return
 zeroes.  This is true independent of whether \field{unmap} was set or clear.
 
-- 
2.20.1
← Prev in month ← Prev in thread
Next in thread → Next in month →