summaryrefslogtreecommitdiff
path: root/src/VBox/ValidationKit/utils/usb
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/ValidationKit/utils/usb')
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTest.cpp1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestService.cpp1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h1
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp4
-rw-r--r--src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h4
9 files changed, 0 insertions, 15 deletions
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTest.cpp b/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
index 77fde78518e..6a173adf3b2 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
+++ b/src/VBox/ValidationKit/utils/usb/UsbTest.cpp
@@ -477,7 +477,6 @@ static int usbTestIoctl(int iDevFd, int iInterface, PUSBTESTPARAMS pParams)
/**
* Test execution worker.
*
- * @returns nothing.
* @param pszDevice The device to use for testing.
*/
static void usbTestExec(const char *pszDevice)
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp b/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
index 36d55ad94d8..370bafb1c3b 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp
@@ -1069,7 +1069,6 @@ static int utsClientReqProcess(PUTSCLIENT pClient)
/**
* Destroys a client instance.
*
- * @returns nothing.
* @param pClient The UTS client structure.
*/
static void utsClientDestroy(PUTSCLIENT pClient)
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp
index 709540c5920..8da7084565a 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp
@@ -88,7 +88,6 @@ static const PCUTSGADGETCLASSIF g_apUtsGadgetClass[] =
/**
* Destroys a gadget instance.
*
- * @returns nothing.
* @param pThis The gadget instance.
*/
static void utsGadgetDestroy(PUTSGADGETINT pThis)
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
index 7f10b66bc1c..b1fbad573c0 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetClassTest.cpp
@@ -243,7 +243,6 @@ static int utsGadgetClassTestUnlinkFuncFromCfg(PUTSGADGETCLASSINT pClass, const
/**
* Cleans up any leftover configurations from the gadget class.
*
- * @returns nothing.
* @param pClass The gadget class instance data.
*/
static void utsGadgetClassTestCleanup(PUTSGADGETCLASSINT pClass)
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp
index 36de53369d4..4ade74cac7d 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp
@@ -87,7 +87,6 @@ static const PCUTSGADGETHOSTIF g_apUtsGadgetHostIf[] =
/**
* Destroys a gadget host instance.
*
- * @returns nothing.
* @param pThis The gadget host instance.
*/
static void utsGadgetHostDestroy(PUTSGADGETHOSTINT pThis)
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
index 989c2cee993..fedd32f14eb 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostInternal.h
@@ -76,7 +76,6 @@ typedef struct UTSGADGETHOSTIF
/**
* Terminates the gadget host interface.
*
- * @returns nothing.
* @param pIf The interface specific instance data.
*/
DECLR3CALLBACKMEMBER(void, pfnTerm, (PUTSGADGETHOSTTYPEINT pIf));
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
index a1a5f4ae7c7..c742a996e2d 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetInternal.h
@@ -76,7 +76,6 @@ typedef struct UTSGADGETCLASSIF
/**
* Terminates the gadget class instance.
*
- * @returns nothing.
* @param pClass The interface specific instance data.
*/
DECLR3CALLBACKMEMBER(void, pfnTerm, (PUTSGADGETCLASSINT pClass));
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp b/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp
index 121159d4a43..25cddf4d6ef 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.cpp
@@ -49,7 +49,6 @@
/**
* Converts a UTS packet header from host to network byte order.
*
- * @returns nothing.
* @param pPktHdr The packet header to convert.
*/
DECLINLINE(void) utsProtocolPktHdrH2N(PUTSPKTHDR pPktHdr)
@@ -62,7 +61,6 @@ DECLINLINE(void) utsProtocolPktHdrH2N(PUTSPKTHDR pPktHdr)
/**
* Converts a UTS packet header from network to host byte order.
*
- * @returns nothing.
* @param pPktHdr The packet header to convert.
*/
DECLINLINE(void) utsProtocolPktHdrN2H(PUTSPKTHDR pPktHdr)
@@ -75,7 +73,6 @@ DECLINLINE(void) utsProtocolPktHdrN2H(PUTSPKTHDR pPktHdr)
/**
* Converts a UTS status header from host to network byte order.
*
- * @returns nothing.
* @param pPktHdr The packet header to convert.
*/
DECLINLINE(void) utsProtocolStsHdrH2N(PUTSPKTSTS pPktHdr)
@@ -89,7 +86,6 @@ DECLINLINE(void) utsProtocolStsHdrH2N(PUTSPKTSTS pPktHdr)
/**
* Converts a UTS status header from network to host byte order.
*
- * @returns nothing.
* @param pPktHdr The packet header to convert.
*/
DECLINLINE(void) utsProtocolStsHdrN2H(PUTSPKTSTS pPktHdr)
diff --git a/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h b/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
index a9b6d294cf8..bc408070dbc 100644
--- a/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
+++ b/src/VBox/ValidationKit/utils/usb/UsbTestServiceProtocol.h
@@ -343,7 +343,6 @@ DECLINLINE(bool) utsIsSameOpcode(PCUTSPKTHDR pPktHdr, const char *pszOpcode2)
/**
* Converts a UTS request packet from host to network byte ordering.
*
- * @returns nothing.
* @param pPktHdr The packet to convert.
*/
DECLHIDDEN(void) utsProtocolReqH2N(PUTSPKTHDR pPktHdr);
@@ -351,7 +350,6 @@ DECLHIDDEN(void) utsProtocolReqH2N(PUTSPKTHDR pPktHdr);
/**
* Converts a UTS request packet from network to host byte ordering.
*
- * @returns nothing.
* @param pPktHdr The packet to convert.
*/
DECLHIDDEN(void) utsProtocolReqN2H(PUTSPKTHDR pPktHdr);
@@ -359,7 +357,6 @@ DECLHIDDEN(void) utsProtocolReqN2H(PUTSPKTHDR pPktHdr);
/**
* Converts a UTS reply packet from host to network byte ordering.
*
- * @returns nothing.
* @param pPktHdr The packet to convert.
*/
DECLHIDDEN(void) utsProtocolRepH2N(PUTSPKTHDR pPktHdr);
@@ -367,7 +364,6 @@ DECLHIDDEN(void) utsProtocolRepH2N(PUTSPKTHDR pPktHdr);
/**
* Converts a UTS reply packet from network to host byte ordering.
*
- * @returns nothing.
* @param pPktHdr The packet to convert.
*/
DECLHIDDEN(void) utsProtocolRepN2H(PUTSPKTHDR pPktHdr);