mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
block: Fix comment typo
Fix typo in REQ_OP_ZONE_RESET description. Signed-off-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
745815f955
commit
8367de2c99
|
|
@ -287,7 +287,7 @@ enum req_opf {
|
|||
REQ_OP_DISCARD = 3,
|
||||
/* securely erase sectors */
|
||||
REQ_OP_SECURE_ERASE = 5,
|
||||
/* seset a zone write pointer */
|
||||
/* reset a zone write pointer */
|
||||
REQ_OP_ZONE_RESET = 6,
|
||||
/* write the same sector many times */
|
||||
REQ_OP_WRITE_SAME = 7,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user