diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-01-24 04:20:14 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-24 13:11:45 -0500 |
commit | 8367de2c99a13d35960a51d6084631c883e93a4d (patch) | |
tree | f6ae3ad7d48dfdad5c5d5a1099f4cfe81a028f23 | |
parent | 745815f955f65f22d378d69822da11043d00aaff (diff) |
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>
-rw-r--r-- | include/linux/blk_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index 5c7e7f859a24..d66bf5f32610 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h | |||
@@ -287,7 +287,7 @@ enum req_opf { | |||
287 | REQ_OP_DISCARD = 3, | 287 | REQ_OP_DISCARD = 3, |
288 | /* securely erase sectors */ | 288 | /* securely erase sectors */ |
289 | REQ_OP_SECURE_ERASE = 5, | 289 | REQ_OP_SECURE_ERASE = 5, |
290 | /* seset a zone write pointer */ | 290 | /* reset a zone write pointer */ |
291 | REQ_OP_ZONE_RESET = 6, | 291 | REQ_OP_ZONE_RESET = 6, |
292 | /* write the same sector many times */ | 292 | /* write the same sector many times */ |
293 | REQ_OP_WRITE_SAME = 7, | 293 | REQ_OP_WRITE_SAME = 7, |