Message ID | 1511533597-9654-1-git-send-email-minwoo.im.dev@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, 2017-11-24 at 23:26 +0900, Minwoo Im wrote: > a tiny comment typo fixed. Patch descriptions should use the imperative mood. Anyway: Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Hello Bart, Thanks to you for your review. I'll keep that in mind for next time. Thanks, On Tue, Nov 28, 2017 at 3:06 AM, Bart Van Assche <Bart.VanAssche@wdc.com> wrote: > On Fri, 2017-11-24 at 23:26 +0900, Minwoo Im wrote: >> a tiny comment typo fixed. > > Patch descriptions should use the imperative mood. Anyway: > > Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
diff --git a/include/linux/blk_types.h b/include/linux/blk_types.h index a1e628e..eca5bf6 100644 --- a/include/linux/blk_types.h +++ b/include/linux/blk_types.h @@ -195,7 +195,7 @@ enum req_opf { REQ_OP_ZONE_REPORT = 4, /* 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,
a tiny comment typo fixed. Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com> --- include/linux/blk_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)