From ee6c452c81f135a53f918761f02333ee57d7776d Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Wed, 19 Nov 2008 15:14:25 +0000 Subject: Detab git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6638 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/AbsolutePointer.h | 4 ++-- MdePkg/Include/Protocol/FirmwareVolume2.h | 4 ++-- .../Protocol/PlatformToDriverConfiguration.h | 10 ++++---- MdePkg/Include/Protocol/Runtime.h | 28 +++++++++++----------- MdePkg/Include/Protocol/ServiceBinding.h | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) (limited to 'MdePkg/Include/Protocol') diff --git a/MdePkg/Include/Protocol/AbsolutePointer.h b/MdePkg/Include/Protocol/AbsolutePointer.h index e281d6ca82..29947edb9a 100644 --- a/MdePkg/Include/Protocol/AbsolutePointer.h +++ b/MdePkg/Include/Protocol/AbsolutePointer.h @@ -171,8 +171,8 @@ typedef struct { typedef EFI_STATUS (EFIAPI *EFI_ABSOLUTE_POINTER_GET_STATE)( - IN EFI_ABSOLUTE_POINTER_PROTOCOL *This, - IN OUT EFI_ABSOLUTE_POINTER_STATE *State + IN EFI_ABSOLUTE_POINTER_PROTOCOL *This, + IN OUT EFI_ABSOLUTE_POINTER_STATE *State ); diff --git a/MdePkg/Include/Protocol/FirmwareVolume2.h b/MdePkg/Include/Protocol/FirmwareVolume2.h index 360acbf5e7..fc743305ba 100644 --- a/MdePkg/Include/Protocol/FirmwareVolume2.h +++ b/MdePkg/Include/Protocol/FirmwareVolume2.h @@ -528,8 +528,8 @@ EFI_STATUS /** - Retrieves information about the next file in the firmware volume store - that matches the search criteria. + Retrieves information about the next file in the firmware volume store + that matches the search criteria. GetNextFile() is the interface that is used to search a firmware volume for a particular file. It is called successively until diff --git a/MdePkg/Include/Protocol/PlatformToDriverConfiguration.h b/MdePkg/Include/Protocol/PlatformToDriverConfiguration.h index 510e78f442..bbf59e254f 100644 --- a/MdePkg/Include/Protocol/PlatformToDriverConfiguration.h +++ b/MdePkg/Include/Protocol/PlatformToDriverConfiguration.h @@ -1,9 +1,9 @@ /** @file - UEFI Platform to Driver Configuration Protocol is defined in UEFI specification. - - This is a protocol that is optionally produced by the platform and optionally consumed - by a UEFI Driver in its Start() function. This protocol allows the driver to receive - configuration information as part of being started. + UEFI Platform to Driver Configuration Protocol is defined in UEFI specification. + + This is a protocol that is optionally produced by the platform and optionally consumed + by a UEFI Driver in its Start() function. This protocol allows the driver to receive + configuration information as part of being started. Copyright (c) 2006 - 2008, Intel Corporation All rights reserved. This program and the accompanying materials diff --git a/MdePkg/Include/Protocol/Runtime.h b/MdePkg/Include/Protocol/Runtime.h index 68d2b3c8e8..2dfd320a04 100644 --- a/MdePkg/Include/Protocol/Runtime.h +++ b/MdePkg/Include/Protocol/Runtime.h @@ -43,23 +43,23 @@ typedef struct _EFI_RUNTIME_IMAGE_ENTRY EFI_RUNTIME_IMAGE_ENTRY; /// EFI_RUNTIME_IMAGE_ENTRY /// struct _EFI_RUNTIME_IMAGE_ENTRY { - /// - /// Start of image that has been loaded in memory. It is a pointer - /// to either the DOS header or PE header of the image. - /// + /// + /// Start of image that has been loaded in memory. It is a pointer + /// to either the DOS header or PE header of the image. + /// VOID *ImageBase; - /// - /// Size in bytes of the image represented by ImageBase. - /// + /// + /// Size in bytes of the image represented by ImageBase. + /// UINT64 ImageSize; - /// - /// Information about the fix-ups that were performed on ImageBase when it was - /// loaded into memory. - /// + /// + /// Information about the fix-ups that were performed on ImageBase when it was + /// loaded into memory. + /// VOID *RelocationData; - /// - /// The ImageHandle passed into ImageBase when it was loaded. - /// + /// + /// The ImageHandle passed into ImageBase when it was loaded. + /// EFI_HANDLE Handle; /// /// Entry for this node in the EFI_RUNTIME_ARCHITECTURE_PROTOCOL.ImageHead list. diff --git a/MdePkg/Include/Protocol/ServiceBinding.h b/MdePkg/Include/Protocol/ServiceBinding.h index abd4a404c5..5a1896392a 100644 --- a/MdePkg/Include/Protocol/ServiceBinding.h +++ b/MdePkg/Include/Protocol/ServiceBinding.h @@ -62,7 +62,7 @@ EFI_STATUS @retval EFI_UNSUPPORTED ChildHandle does not support the protocol that is being removed. @retval EFI_INVALID_PARAMETER Child handle is not a valid UEFI Handle. @retval EFI_ACCESS_DENIED The protocol could not be removed from the ChildHandle - because its services are being used. + because its services are being used. @retval other The child handle was not destroyed **/ -- cgit v1.2.3