diff mbox

block: Fix __bio_integrity_endio() documentation

Message ID 20180116183139.29777-1-bart.vanassche@wdc.com (mailing list archive)
State New, archived
Headers show

Commit Message

Bart Van Assche Jan. 16, 2018, 6:31 p.m. UTC
Fixes: 4246a0b63bd8 ("block: add a bi_error field to struct bio")
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
---
 block/bio-integrity.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Martin K. Petersen Jan. 17, 2018, 4:31 a.m. UTC | #1
Bart,

> Fixes: 4246a0b63bd8 ("block: add a bi_error field to struct bio")
> Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>

Looks fine.

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Jens Axboe Jan. 17, 2018, 4:59 p.m. UTC | #2
On 1/16/18 11:31 AM, Bart Van Assche wrote:
> Fixes: 4246a0b63bd8 ("block: add a bi_error field to struct bio")
> Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>

Applied, thanks.
diff mbox

Patch

diff --git a/block/bio-integrity.c b/block/bio-integrity.c
index 23b42e8aa03e..9cfdd6c83b5b 100644
--- 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
  *