summaryrefslogtreecommitdiff
path: root/src/VBox/ValidationKit/utils/storage/IoPerf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/ValidationKit/utils/storage/IoPerf.cpp')
-rw-r--r--src/VBox/ValidationKit/utils/storage/IoPerf.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/VBox/ValidationKit/utils/storage/IoPerf.cpp b/src/VBox/ValidationKit/utils/storage/IoPerf.cpp
index a430579eab5..fb56d43cd28 100644
--- a/src/VBox/ValidationKit/utils/storage/IoPerf.cpp
+++ b/src/VBox/ValidationKit/utils/storage/IoPerf.cpp
@@ -523,7 +523,6 @@ static void *ioPerfJobTestGetWriteBufForOffset(PIOPERFJOB pJob, uint64_t off)
/**
* Initialize the given request for submission.
*
- * @returns nothing.
* @param pJob The job data for the current worker.
* @param pIoReq The request to initialize.
*/
@@ -639,7 +638,6 @@ static int ioPerfJobTestInit(PIOPERFJOB pJob)
/**
* Frees allocated resources specific for the current test.
*
- * @returns nothing.
* @param pJob The job data for the current worker.
*/
static void ioPerfJobTestFinish(PIOPERFJOB pJob)
@@ -808,7 +806,6 @@ static int ioPerfJobTestIoLoop(PIOPERFJOB pJob)
* Calculates the statistic values for the given job after a
* test finished.
*
- * @returns nothing.
* @param pJob The job data.
*/
static void ioPerfJobStats(PIOPERFJOB pJob)