VirtualBox

Changeset 63562 in vbox for trunk/src/VBox/Devices/USB/linux


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

scm: cleaning up todos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/linux/USBProxyDevice-linux.cpp

    r63459 r63562  
    13791379            AssertMsgFailed(("We can't split isochronous URBs!\n"));
    13801380            usbProxyLinuxUrbFree(pProxyDev, pUrbLnx);
    1381             return VERR_INVALID_PARAMETER; /** @todo: Better status code. */
     1381            return VERR_INVALID_PARAMETER; /** @todo Better status code. */
    13821382    }
    13831383    pUrbLnx->KUrb.endpoint          = pUrb->EndPt;
     
    15201520            break;
    15211521        default:
    1522             rc = VERR_INVALID_PARAMETER; /** @todo: better status code. */
     1522            rc = VERR_INVALID_PARAMETER; /** @todo better status code. */
    15231523    }
    15241524
     
    18891889            if (errno == ENODEV)
    18901890                break;
    1891             /** @todo: Think about how to handle errors wrt. to the status code. */
     1891            /** @todo Think about how to handle errors wrt. to the status code. */
    18921892            Log(("usb-linux: Discard URB %p failed, errno=%d. pProxyDev=%s!!! (split)\n",
    18931893                 pUrb, errno, usbProxyGetName(pProxyDev)));
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