VirtualBox

Changeset 93614 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 6, 2022 4:33:08 AM (3 years ago)
Author:
vboxsync
Message:

fix formatting burn from copying code from online changeset diff into text editor

File:
1 edited

Legend:

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

    r93613 r93614  
    15601560    {
    15611561        if (    !pWorkerR3->cRedoDescs
    1562                  && IS_VIRTQ_EMPTY(pDevIns, &pThis->Virtio, uVirtqNbr))        {
     1562             && IS_VIRTQ_EMPTY(pDevIns, &pThis->Virtio, uVirtqNbr))
     1563        {
    15631564            /* Atomic interlocks avoid missing alarm while going to sleep & notifier waking the awoken */
    15641565            ASMAtomicWriteBool(&pWorker->fSleeping, true);
     
    15711572                AssertLogRelMsgReturn(RT_SUCCESS(rc) || rc == VERR_INTERRUPTED, ("%Rrc\n", rc), rc);
    15721573                if (RT_UNLIKELY(pThread->enmState != PDMTHREADSTATE_RUNNING))
    1573                         {
     1574                {
    15741575                    Log6Func(("%s worker thread not running, exiting\n", VIRTQNAME(uVirtqNbr)));
    15751576                    return VINF_SUCCESS;
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