diff options
| author | Bart Van Assche <bart.vanassche@wdc.com> | 2018-01-16 13:31:39 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2018-01-17 11:59:33 -0500 |
| commit | de99a346884f019387230bc549de74456daca248 (patch) | |
| tree | 64b413d9f2ae4b77db1d1d8eac7ab69cfddfb7bb /block | |
| parent | 9e97d2951a7e6ee6e204f87f6bda4ff754a8cede (diff) | |
block: Fix __bio_integrity_endio() documentation
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>
Diffstat (limited to 'block')
| -rw-r--r-- | block/bio-integrity.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 374 | /** | 374 | /** |
| 375 | * __bio_integrity_endio - Integrity I/O completion function | 375 | * __bio_integrity_endio - Integrity I/O completion function |
| 376 | * @bio: Protected bio | 376 | * @bio: Protected bio |
| 377 | * @error: Pointer to errno | ||
| 378 | * | 377 | * |
| 379 | * Description: Completion for integrity I/O | 378 | * Description: Completion for integrity I/O |
| 380 | * | 379 | * |
