]> Git Repo - qemu.git/commitdiff
iostatus: fix comments for block_job_iostatus_reset
authorChanglong Xie <[email protected]>
Mon, 30 May 2016 09:28:11 +0000 (17:28 +0800)
committerStefan Hajnoczi <[email protected]>
Tue, 7 Jun 2016 13:40:51 +0000 (14:40 +0100)
Signed-off-by: Changlong Xie <[email protected]>
Message-id: 1464600491[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
include/block/blockjob.h

index 86d28070b8fc7c651f3a95bf1bc0d78589069a81..00ac4184ccb84ef0634b2256e16066982bf127cb 100644 (file)
@@ -397,7 +397,7 @@ int block_job_complete_sync(BlockJob *job, Error **errp);
  * @job: The job whose I/O status should be reset.
  *
  * Reset I/O status on @job and on BlockDriverState objects it uses,
- * other than job->bs.
+ * other than job->blk.
  */
 void block_job_iostatus_reset(BlockJob *job);
 
This page took 0.022322 seconds and 4 git commands to generate.