VirtualBox

Changeset 17962 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Mar 16, 2009 5:57:54 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44543
Message:

small cosmetical fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/module/vboxmod.c

    r17925 r17962  
    328328            LogFunc(("hgcm connection failed.  internal ioctl result %Rrc, hgcm result %Rrc\n",
    329329                      vrc, info.result));
    330             if (rc >= 0 && info.result < 0)
    331                 rc = info.result;
     330        if (rc >= 0 && info.result < 0)
     331            rc = info.result;
    332332    }
    333333    if (rc >= 0)
     
    495495                rc = vboxadd_hgcm_alloc_buffer(&MemObj, pv, u32Size,
    496496                         pParm->type != VMMDevHGCMParmType_LinAddr_Out /* copy */);
    497                 if (rc >= 0) {
     497                if (rc >= 0)
     498                {
    498499                    ppvCtx[iParm] = MemObj;
    499500                    pParm->u.Pointer.u.linearAddr = (uintptr_t)MemObj->pKernel;
    500                 } else
     501                }
     502                else
    501503                    ppvCtx[iParm] = NULL;
    502504                break;
     
    13491351
    13501352    /* Register our user session device */
    1351     if (!rc) {
     1353    if (!rc)
     1354    {
    13521355        rc = misc_register(&gMiscVBoxUser);
    13531356        if (rc)
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