VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
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/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.c

    r48674 r58466  
    1919/**
    2020  Initialize the serial device hardware.
    21  
     21
    2222  If no initialization is required, then return RETURN_SUCCESS.
    2323  If the serial device was successfully initialized, then return RETURN_SUCCESS.
    2424  If the serial device could not be initialized, then return RETURN_DEVICE_ERROR.
    25  
     25
    2626  @retval RETURN_SUCCESS        The serial device was initialized.
    2727  @retval RETURN_DEVICE_ERROR   The serial device could not be initialized.
     
    3838
    3939/**
    40   Write data from buffer to serial device. 
    41  
    42   Writes NumberOfBytes data bytes from Buffer to the serial device. 
     40  Write data from buffer to serial device.
     41
     42  Writes NumberOfBytes data bytes from Buffer to the serial device.
    4343  The number of bytes actually written to the serial device is returned.
    4444  If the return value is less than NumberOfBytes, then the write operation failed.
    45   If Buffer is NULL, then ASSERT(). 
     45  If Buffer is NULL, then ASSERT().
    4646  If NumberOfBytes is zero, then return 0.
    4747
     
    5050
    5151  @retval 0                NumberOfBytes is 0.
    52   @retval >0               The number of bytes written to the serial device. 
     52  @retval >0               The number of bytes written to the serial device.
    5353                           If this value is less than NumberOfBytes, then the read operation failed.
    5454
     
    6767/**
    6868  Read data from serial device and save the datas in buffer.
    69  
     69
    7070  Reads NumberOfBytes data bytes from a serial device into the buffer
    71   specified by Buffer. The number of bytes actually read is returned. 
     71  specified by Buffer. The number of bytes actually read is returned.
    7272  If the return value is less than NumberOfBytes, then the rest operation failed.
    73   If Buffer is NULL, then ASSERT(). 
     73  If Buffer is NULL, then ASSERT().
    7474  If NumberOfBytes is zero, then return 0.
    7575
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