aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@wdc.com>2019-01-24 18:20:14 +0900
committerJens Axboe <axboe@kernel.dk>2019-01-24 11:11:45 -0700
commit8367de2c99a13d35960a51d6084631c883e93a4d (patch)
treef6ae3ad7d48dfdad5c5d5a1099f4cfe81a028f23 /include
parentuapi: fix ioctl documentation (diff)
downloadlinux-dev-8367de2c99a13d35960a51d6084631c883e93a4d.tar.xz
linux-dev-8367de2c99a13d35960a51d6084631c883e93a4d.zip
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.h2
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,