VirtualBox

Ignore:
Timestamp:
Jun 9, 2015 10:52:04 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100901
Message:

whitespace

Location:
trunk/src/VBox/HostDrivers/VBoxUSB/win
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/cmn/VBoxDrvTool.cpp

    r56293 r56315  
    188188    Interval.QuadPart = -(int64_t) 2 /* ms */ * 10000;
    189189    uint32_t cRefs;
    190     size_t loops = 0; 
     190    size_t loops = 0;
    191191    KTIMER kTimer;
    192192    NTSTATUS status = STATUS_SUCCESS;
    193193
    194194    KeInitializeTimer(&kTimer);
    195    
     195
    196196    while ((cRefs = ASMAtomicReadU32(&pRef->cRefs)) > u32Val && loops < 256)
    197197    {
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbPnP.cpp

    r56293 r56315  
    7070    ENMVBOXUSB_PNPSTATE enmState = vboxUsbPnPStateGet(pDevExt);
    7171    NTSTATUS Status = STATUS_SUCCESS;
    72    
     72
    7373    IoCopyCurrentIrpStackLocationToNext(pIrp);
    7474    Status = VBoxDrvToolIoPostSync(pDevExt->pLowerDO, pIrp);
     
    7777        vboxUsbPnPStateRestore(pDevExt);
    7878    }
    79    
     79
    8080    Status = STATUS_SUCCESS;
    8181    VBoxDrvToolIoComplete(pIrp, Status, 0);
     
    139139    NTSTATUS Status = STATUS_SUCCESS;
    140140    IoCopyCurrentIrpStackLocationToNext(pIrp);
    141    
     141
    142142    Status = VBoxDrvToolIoPostSync(pDevExt->pLowerDO, pIrp);
    143143
     
    147147        vboxUsbPnPStateRestore(pDevExt);
    148148    }
    149    
     149
    150150    Status = STATUS_SUCCESS;
    151151    VBoxDrvToolIoComplete(pIrp, Status, 0);
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.cpp

    r56293 r56315  
    191191    }
    192192    pIrp->IoStatus.Status = STATUS_NOT_SUPPORTED;
    193        
     193
    194194    pSl = IoGetNextIrpStackLocation(pIrp);
    195195    pSl->MajorFunction = IRP_MJ_PNP;
     
    11581158{
    11591159    PIO_ERROR_LOG_PACKET pErrEntry;
    1160    
     1160
    11611161
    11621162    /* Truncate dumps that do not fit into IO_ERROR_LOG_PACKET. */
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