VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:06:54 PM (8 years ago)
Author:
vboxsync
Message:

scm: cleaning up todos

Location:
trunk/src/VBox/ValidationKit/utils/usb
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestService.cpp

    r62872 r63567  
    13731373     * Config file location.
    13741374     */
    1375     /** @todo: Improve */
     1375    /** @todo Improve */
    13761376#if !defined(RT_OS_WINDOWS)
    13771377    strcpy(g_szCfgPath, "/etc/uts.conf");
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadget.cpp

    r62471 r63567  
    174174
    175175    AssertPtrReturn(pThis, VERR_INVALID_HANDLE);
    176     return 1; /** @todo: Current assumption which is true on Linux with dummy_hcd. */
     176    return 1; /** @todo Current assumption which is true on Linux with dummy_hcd. */
    177177}
    178178
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHost.cpp

    r62471 r63567  
    8585static void utsGadgetHostDestroy(PUTSGADGETHOSTINT pThis)
    8686{
    87     /** @todo: Remove all gadgets. */
     87    /** @todo Remove all gadgets. */
    8888    pThis->pHstIf->pfnTerm((PUTSGADGETHOSTTYPEINT)&pThis->abIfInst[0]);
    8989    RTMemFree(pThis);
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServiceGadgetHostUsbIp.cpp

    r62872 r63567  
    110110            if (   ProcSts.enmReason != RTPROCEXITREASON_NORMAL
    111111                || ProcSts.iStatus != 0)
    112                 rc = VERR_UNRESOLVED_ERROR; /** @todo: Log and give finer grained status code. */
     112                rc = VERR_UNRESOLVED_ERROR; /** @todo Log and give finer grained status code. */
    113113        }
    114114    }
  • trunk/src/VBox/ValidationKit/utils/usb/UsbTestServicePlatform-linux.cpp

    r62471 r63567  
    282282    if (RT_SUCCESS(rc))
    283283    {
    284         const char *apszArg[] = { "num=20" }; /** @todo: Make configurable from config. */
     284        const char *apszArg[] = { "num=20" }; /** @todo Make configurable from config. */
    285285        rc = utsPlatformModuleLoad("dummy_hcd", &apszArg[0], RT_ELEMENTS(apszArg));
    286286        if (RT_SUCCESS(rc))
     
    332332            if (   ProcSts.enmReason != RTPROCEXITREASON_NORMAL
    333333                || ProcSts.iStatus != 0)
    334                 rc = VERR_UNRESOLVED_ERROR; /** @todo: Log and give finer grained status code. */
     334                rc = VERR_UNRESOLVED_ERROR; /** @todo Log and give finer grained status code. */
    335335        }
    336336    }
     
    360360            if (   ProcSts.enmReason != RTPROCEXITREASON_NORMAL
    361361                || ProcSts.iStatus != 0)
    362                 rc = VERR_UNRESOLVED_ERROR; /** @todo: Log and give finer grained status code. */
     362                rc = VERR_UNRESOLVED_ERROR; /** @todo Log and give finer grained status code. */
    363363        }
    364364    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette