Coding style refinement.

Signed-off-by: erictian
Reviewed-by: ydong10


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12396 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
erictian 2011-09-21 03:35:54 +00:00
parent 5c5afa7265
commit 125887e7e8
2 changed files with 4 additions and 1 deletions

View File

@ -205,7 +205,6 @@ UsbHubCtrlClearTTBuffer (
@param HubDev The hub device.
@param Buf The buffer to hold the descriptor.
@param Len The length to retrieve.
@retval EFI_SUCCESS The hub descriptor is retrieved.
@retval Others Failed to retrieve the hub descriptor.

View File

@ -12,6 +12,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#ifndef _EFI_USBMASS_DISKINFO_H_
#define _EFI_USBMASS_DISKINFO_H_
/**
Initialize the installation of DiskInfo protocol.
@ -123,3 +126,4 @@ UsbDiskInfoWhichIde (
OUT UINT32 *IdeDevice
);
#endif