On 10/05/2016 11:03 AM, Kevin Wolf wrote:
Am 01.10.2016 um 00:00 hat John Snow geschrieben:
Wrong function names in documentation.
Signed-off-by: John Snow <js...@redhat.com>
---
include/block/blockjob_int.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/block/blockjob_int.h b/include/block/blockjob_int.h
index 0a2d41e..c6da7e4 100644
--- a/include/block/blockjob_int.h
+++ b/include/block/blockjob_int.h
@@ -305,7 +305,7 @@ void block_job_enter(BlockJob *job);
void block_job_event_cancelled(BlockJob *job);
/**
- * block_job_ready:
+ * block_job_event_completed:
Yes...
* @job: The job which is now ready to complete.
...that was half of the fix.
:(
* @msg: Error message. Only present on failure.
*
Kevin
I'm sorry for not double-checking this one.