projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e97d29
)
block: Fix __bio_integrity_endio() documentation
author
Bart Van Assche
<bart.vanassche@wdc.com>
Tue, 16 Jan 2018 18:31:39 +0000
(10:31 -0800)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 17 Jan 2018 16:59:33 +0000
(09:59 -0700)
Fixes:
4246a0b63bd8
("block: add a bi_error field to struct bio")
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio-integrity.c
patch
|
blob
|
history
diff --git
a/block/bio-integrity.c
b/block/bio-integrity.c
index
23b42e8
..
9cfdd6c
100644
(file)
--- a/
block/bio-integrity.c
+++ b/
block/bio-integrity.c
@@
-374,7
+374,6
@@
static void bio_integrity_verify_fn(struct work_struct *work)
/**
* __bio_integrity_endio - Integrity I/O completion function
* @bio: Protected bio
- * @error: Pointer to errno
*
* Description: Completion for integrity I/O
*