diff options
author | Bart Van Assche <bart.vanassche@wdc.com> | 2018-01-16 10:31:39 -0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-01-17 09:59:33 -0700 |
commit | de99a346884f019387230bc549de74456daca248 (patch) | |
tree | 64b413d9f2ae4b77db1d1d8eac7ab69cfddfb7bb /block | |
parent | 9e97d2951a7e6ee6e204f87f6bda4ff754a8cede (diff) | |
download | linux-de99a346884f019387230bc549de74456daca248.tar.bz2 |
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) /** * __bio_integrity_endio - Integrity I/O completion function * @bio: Protected bio - * @error: Pointer to errno * * Description: Completion for integrity I/O * |