projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745815f
)
block: Fix comment typo
author
Damien Le Moal
<damien.lemoal@wdc.com>
Thu, 24 Jan 2019 09:20:14 +0000
(18:20 +0900)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/include/linux/blk_types.h
b/include/linux/blk_types.h
index
5c7e7f8
..
d66bf5f
100644
(file)
--- 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,
- /*
s
eset a zone write pointer */
+ /*
r
eset a zone write pointer */
REQ_OP_ZONE_RESET = 6,
/* write the same sector many times */
REQ_OP_WRITE_SAME = 7,