All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minwoo Im <minwoo.im.dev@gmail.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org,
	Bart Van Assche <Bart.VanAssche@wdc.com>,
	Minwoo Im <dn3108@gmail.com>, Minwoo Im <minwoo.im.dev@gmail.com>
Subject: [PATCH] block: fix a comment typo in req_opf
Date: Sun,  3 Dec 2017 12:04:26 +0900	[thread overview]
Message-ID: <1512270266-5118-1-git-send-email-minwoo.im.dev@gmail.com> (raw)

fix a comment typo in "struct req_opf".
replace "seset" with "reset".

Signed-off-by: Minwoo Im <minwoo.im.dev@gmail.com>
Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
---
 include/linux/blk_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.7.4

             reply	other threads:[~2017-12-03  3:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-03  3:04 Minwoo Im [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-24 14:26 [PATCH] block: fix a comment typo in req_opf Minwoo Im
2017-11-27 18:06 ` Bart Van Assche
2017-11-28 11:31   ` Minwoo Im

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512270266-5118-1-git-send-email-minwoo.im.dev@gmail.com \
    --to=minwoo.im.dev@gmail.com \
    --cc=Bart.VanAssche@wdc.com \
    --cc=axboe@kernel.dk \
    --cc=dn3108@gmail.com \
    --cc=linux-block@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.