From: Damien Le Moal Date: Thu, 24 Jan 2019 09:20:14 +0000 (+0900) Subject: block: Fix comment typo X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8367de2c99a13d35960a51d6084631c883e93a4d;p=android-x86%2Fkernel.git block: Fix comment typo Fix typo in REQ_OP_ZONE_RESET description. Signed-off-by: Damien Le Moal Signed-off-by: Jens Axboe --- 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,