diff options
author | Damien Le Moal <damien.lemoal@wdc.com> | 2019-01-24 18:20:14 +0900 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-01-24 11:11:45 -0700 |
commit | 8367de2c99a13d35960a51d6084631c883e93a4d (patch) | |
tree | f6ae3ad7d48dfdad5c5d5a1099f4cfe81a028f23 /include | |
parent | 745815f955f65f22d378d69822da11043d00aaff (diff) | |
download | linux-8367de2c99a13d35960a51d6084631c883e93a4d.tar.bz2 |
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>
Diffstat (limited to 'include')
-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 { 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, |