VirtualBox

Ignore:
Timestamp:
Aug 16, 2016 2:06:54 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110222
Message:

scm: cleaning up todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.

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