OSDN Git Service

block: Fix comment typo
authorDamien Le Moal <damien.lemoal@wdc.com>
Thu, 24 Jan 2019 09:20:14 +0000 (18:20 +0900)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Jan 2019 18:11:45 +0000 (11:11 -0700)
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>
include/linux/blk_types.h

index 5c7e7f8..d66bf5f 100644 (file)
@@ -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,