All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: fix a comment typo in req_opf
@ 2017-11-24 14:26 Minwoo Im
  2017-11-27 18:06 ` Bart Van Assche
  0 siblings, 1 reply; 4+ messages in thread
From: Minwoo Im @ 2017-11-24 14:26 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Christoph Hellwig, Minwoo Im, linux-block, Minwoo Im

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(-)

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] block: fix a comment typo in req_opf
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Bart Van Assche @ 2017-11-27 18:06 UTC (permalink / raw)
  To: minwoo.im.dev, axboe; +Cc: hch, linux-block, dn3108

T24gRnJpLCAyMDE3LTExLTI0IGF0IDIzOjI2ICswOTAwLCBNaW53b28gSW0gd3JvdGU6DQo+IGEg
dGlueSBjb21tZW50IHR5cG8gZml4ZWQuDQoNClBhdGNoIGRlc2NyaXB0aW9ucyBzaG91bGQgdXNl
IHRoZSBpbXBlcmF0aXZlIG1vb2QuIEFueXdheToNCg0KUmV2aWV3ZWQtYnk6IEJhcnQgVmFuIEFz
c2NoZSA8YmFydC52YW5hc3NjaGVAd2RjLmNvbT4=

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] block: fix a comment typo in req_opf
  2017-11-27 18:06 ` Bart Van Assche
@ 2017-11-28 11:31   ` Minwoo Im
  0 siblings, 0 replies; 4+ messages in thread
From: Minwoo Im @ 2017-11-28 11:31 UTC (permalink / raw)
  To: Bart Van Assche; +Cc: axboe, hch, linux-block, dn3108

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] block: fix a comment typo in req_opf
@ 2017-12-03  3:04 Minwoo Im
  0 siblings, 0 replies; 4+ messages in thread
From: Minwoo Im @ 2017-12-03  3:04 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Bart Van Assche, Minwoo Im, Minwoo Im

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-03  3:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2017-12-03  3:04 Minwoo Im

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.