]> git.proxmox.com Git - mirror_edk2.git/commitdiff
coding style
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jan 2009 03:01:41 +0000 (03:01 +0000)
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jan 2009 03:01:41 +0000 (03:01 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7311 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Pei/PeiMain.h

index f1dd2e88ac4b4351b1ce92e8a51a78182aa66a3b..89faec2a359ca13037323b6d03476e21cabd3a77 100644 (file)
@@ -166,7 +166,7 @@ typedef struct{
 /**\r
   Function Pointer type for PeiCore function.\r
   @param SecCoreData     Points to a data structure containing SEC to PEI handoff data, such as the size \r
-                                                                                        and location of temporary RAM, the stack location and the BFV location.\r
+                         and location of temporary RAM, the stack location and the BFV location.\r
   @param PpiList         Points to a list of one or more PPI descriptors to be installed initially by the PEI core.\r
                          An empty PPI list consists of a single descriptor with the end-tag\r
                          EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST. As part of its initialization\r
@@ -214,7 +214,7 @@ typedef struct {
 \r
 \r
   @param SecCoreData     Points to a data structure containing SEC to PEI handoff data, such as the size \r
-                                                                                        and location of temporary RAM, the stack location and the BFV location.\r
+                         and location of temporary RAM, the stack location and the BFV location.\r
   @param PpiList         Points to a list of one or more PPI descriptors to be installed initially by the PEI core.\r
                          An empty PPI list consists of a single descriptor with the end-tag\r
                          EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST. As part of its initialization\r
@@ -706,7 +706,7 @@ PeiFvFindNextVolume (
 \r
   @param PrivateData     PeiCore's private data structure\r
   @param SecCoreData     Points to a data structure containing SEC to PEI handoff data, such as the size \r
-                                                                                        and location of temporary RAM, the stack location and the BFV location.\r
+                         and location of temporary RAM, the stack location and the BFV location.\r
   @param OldCoreData     Pointer to the PEI Core data.\r
                          NULL if being run in non-permament memory mode.\r
 \r
@@ -1026,12 +1026,12 @@ ProcessFvFile (
 /**\r
   The wrapper function of PeiLoadImageLoadImage().\r
 \r
-  @param This            - Pointer to EFI_PEI_LOAD_FILE_PPI.\r
-  @param FileHandle      - Pointer to the FFS file header of the image.\r
-  @param ImageAddressArg - Pointer to PE/TE image.\r
-  @param ImageSizeArg    - Size of PE/TE image.\r
-  @param EntryPoint      - Pointer to entry point of specified image file for output.\r
-  @param AuthenticationState - Pointer to attestation authentication state of image.\r
+  @param This                 Pointer to EFI_PEI_LOAD_FILE_PPI.\r
+  @param FileHandle           Pointer to the FFS file header of the image.\r
+  @param ImageAddressArg      Pointer to PE/TE image.\r
+  @param ImageSizeArg         Size of PE/TE image.\r
+  @param EntryPoint           Pointer to entry point of specified image file for output.\r
+  @param AuthenticationState  Pointer to attestation authentication state of image.\r
 \r
   @return Status of PeiLoadImageLoadImage().\r
 \r