]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed 3 ECC errors.
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 16 Jan 2011 05:05:45 +0000 (05:05 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 16 Jan 2011 05:05:45 +0000 (05:05 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11253 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.c

index 89c7d337bf578e0cd85ea5aba2efe90c645fce90..24b157df088c3c5f493f5a01830c313faec90460 100644 (file)
@@ -74,13 +74,13 @@ InitCommunicateBuffer (
 /**\r
   Send the data in communicate buffer to SMI handler and get response.\r
 \r
 /**\r
   Send the data in communicate buffer to SMI handler and get response.\r
 \r
-  @param[out]      SmmCommunicateHeader    The communicate buffer.\r
+  @param[in, out]  SmmCommunicateHeader    The communicate buffer.\r
   @param[in]       DataSize                The payload size.\r
                       \r
 **/\r
 EFI_STATUS\r
 SendCommunicateBuffer (\r
   @param[in]       DataSize                The payload size.\r
                       \r
 **/\r
 EFI_STATUS\r
 SendCommunicateBuffer (\r
-  IN      EFI_SMM_COMMUNICATE_HEADER        *SmmCommunicateHeader,\r
+  IN OUT  EFI_SMM_COMMUNICATE_HEADER        *SmmCommunicateHeader,\r
   IN      UINTN                             DataSize\r
   )\r
 {\r
   IN      UINTN                             DataSize\r
   )\r
 {\r
@@ -100,9 +100,9 @@ SendCommunicateBuffer (
 /**\r
   Get the FvbBaseAddress and FvbAttributes from the FVB handle FvbHandle.\r
 \r
 /**\r
   Get the FvbBaseAddress and FvbAttributes from the FVB handle FvbHandle.\r
 \r
-  @param[in]   FvBlockHandle     The handle of FVB protocol that provides services.\r
-  @param[in]   FvbBaseAddress    The base address of the FVB attached with FvBlockHandle.\r
-  @param[out]  FvbAttributes     The attributes of the FVB attached with FvBlockHandle.\r
+  @param[in]   FvbHandle         The handle of FVB protocol that provides services.\r
+  @param[out]  FvbBaseAddress    The base address of the FVB attached with FvbHandle.\r
+  @param[out]  FvbAttributes     The attributes of the FVB attached with FvbHandle.\r
     \r
   @retval EFI_SUCCESS            The function completed successfully.\r
   @retval Others                 The function could not complete successfully.\r
     \r
   @retval EFI_SUCCESS            The function completed successfully.\r
   @retval Others                 The function could not complete successfully.\r