VirtualBox

Changeset 80616 in vbox


Ignore:
Timestamp:
Sep 6, 2019 4:44:04 AM (5 years ago)
Author:
vboxsync
Message:

Storage/DevVirtioSCSI.cpp: Fix typoed function name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp

    r80615 r80616  
    683683}
    684684
    685 DECLINLINE(void) virtioScsiSgPhysTogVirt(PVIRTIOSCSI pThis, PRTSGBUF pSgSrc, void *pvDst, size_t cb)
     685DECLINLINE(void) virtioScsiSgPhysToVirt(PVIRTIOSCSI pThis, PRTSGBUF pSgSrc, void *pvDst, size_t cb)
    686686{
    687687    while (cb)
     
    10571057    AssertReturn(pVirtqReq, VERR_NO_MEMORY);
    10581058
    1059     virtioScsiSgPhysTogVirt(pThis, pOutSgBuf, pVirtqReq, cbOut);
     1059    virtioScsiSgPhysToVirt(pThis, pOutSgBuf, pVirtqReq, cbOut);
    10601060
    10611061    uint8_t  uTarget =  pVirtqReq->cmdHdr.uLUN[1];
     
    12311231    AssertMsgReturn(pScsiCtrl, ("Out of memory"), VERR_NO_MEMORY);
    12321232
    1233     virtioScsiSgPhysTogVirt(pThis, pOutSgBuf, pScsiCtrl, cbOut);
     1233    virtioScsiSgPhysToVirt(pThis, pOutSgBuf, pScsiCtrl, cbOut);
    12341234
    12351235    uint8_t  uResponse = VIRTIOSCSI_S_OK;
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