VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103777
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c

    r48674 r58466  
    5353/**
    5454  Initialize the serial device hardware.
    55  
     55
    5656  If no initialization is required, then return RETURN_SUCCESS.
    5757  If the serial device was successfuly initialized, then return RETURN_SUCCESS.
    5858  If the serial device could not be initialized, then return RETURN_DEVICE_ERROR.
    59  
     59
    6060  @retval RETURN_SUCCESS        The serial device was initialized.
    6161  @retval RETURN_DEVICE_ERROR   The serail device could not be initialized.
     
    8181  //
    8282  Divisor = 115200 / gBps;
    83  
     83
    8484  //
    8585  // Set communications format
     
    104104
    105105/**
    106   Write data from buffer to serial device. 
    107  
    108   Writes NumberOfBytes data bytes from Buffer to the serial device. 
     106  Write data from buffer to serial device.
     107
     108  Writes NumberOfBytes data bytes from Buffer to the serial device.
    109109  The number of bytes actually written to the serial device is returned.
    110110  If the return value is less than NumberOfBytes, then the write operation failed.
    111111
    112   If Buffer is NULL, then ASSERT(). 
     112  If Buffer is NULL, then ASSERT().
    113113
    114114  If NumberOfBytes is zero, then return 0.
     
    118118
    119119  @retval 0                NumberOfBytes is 0.
    120   @retval >0               The number of bytes written to the serial device. 
     120  @retval >0               The number of bytes written to the serial device.
    121121                           If this value is less than NumberOfBytes, then the read operation failed.
    122122
     
    159159
    160160  @retval 0                NumberOfBytes is 0.
    161   @retval >0               The number of bytes read from the serial device. 
     161  @retval >0               The number of bytes read from the serial device.
    162162                           If this value is less than NumberOfBytes, then the read operation failed.
    163163
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