]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update inappropriate comments.
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Dec 2010 01:51:46 +0000 (01:51 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 15 Dec 2010 01:51:46 +0000 (01:51 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11170 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h
MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c
MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c

index 00ac5c9c987221c79db4264956423b0cba31e0f0..39bc743e240bb9c6727a96669545af64ce2ad9fd 100644 (file)
@@ -726,7 +726,7 @@ InitFtwDevice (
 /**\r
   Initialization for Fault Tolerant Write is done in this handler.\r
 \r
-  @param[in,out] FtwData        Pointer to the FTW device structure\r
+  @param[in, out] FtwDevice     Pointer to the FTW device structure\r
 \r
   @retval EFI_SUCCESS           Initialize the FTW protocol successfully.\r
   @retval EFI_NOT_FOUND         No proper FVB protocol was found.\r
index 7a32f4db83fc890ecb420f0431dc5831dcebde3a..dc110a226d9eeb5bd8be9decd5280a6594b34b87 100644 (file)
@@ -991,11 +991,11 @@ InitFtwDevice (
 \r
 \r
 /**\r
-  Initialization for Fault Tolerant Write is done in this handler.\r
+  Find the proper Firmware Volume Block protocol for FTW operation.\r
 \r
-  @param[in,out] FtwData        Pointer to the FTW device structure\r
+  @param[in, out] FtwDevice     Pointer to the FTW device structure\r
 \r
-  @retval EFI_SUCCESS           Initialize the FTW device successfully.\r
+  @retval EFI_SUCCESS           Find the FVB protocol successfully.\r
   @retval EFI_NOT_FOUND         No proper FVB protocol was found.\r
   @retval EFI_ABORTED           Some data can not be got or be invalid.\r
   \r
@@ -1128,7 +1128,7 @@ FindFvbForFtw (
 /**\r
   Initialization for Fault Tolerant Write protocol.\r
 \r
-  @param[in,out] FtwData        Pointer to the FTW device structure\r
+  @param[in, out] FtwDevice     Pointer to the FTW device structure\r
 \r
   @retval EFI_SUCCESS           Initialize the FTW protocol successfully.\r
   @retval EFI_NOT_FOUND         No proper FVB protocol was found.\r
index bde7b4486e08bcf3f24f1e51aa8f8a0d8d5cf3e0..70723b320fd9d8af0e68a7a7bb6db7fe2ab32e1d 100644 (file)
@@ -20,12 +20,12 @@ extern VARIABLE_STORE_HEADER   *mNvVariableCache;
 VARIABLE_INFO_ENTRY            *gVariableInfo;\r
 EFI_HANDLE                     mHandle                    = NULL;\r
 EFI_EVENT                      mVirtualAddressChangeEvent = NULL;\r
-EFI_EVENT                           mFtwRegistration           = NULL;\r
+EFI_EVENT                      mFtwRegistration           = NULL;\r
 \r
 /**\r
-  Return TRUE if ExitBootServices () has been called\r
+  Return TRUE if ExitBootServices () has been called.\r
   \r
-  @retval TRUE If ExitBootServices () has been called\r
+  @retval TRUE If ExitBootServices () has been called.\r
 **/\r
 BOOLEAN\r
 AtRuntime (\r
index 3e4330508eb80234b0cd5c572516358a7317514b..d7fdcc86554c99c66df25443d478312aa4b64976 100644 (file)
@@ -91,8 +91,8 @@ InitCommunicateBuffer (
 \r
   @param[in]   DataSize               This size of the function header and the data.\r
 \r
-  @RetVal      EFI_SUCCESS            Success is returned from the functin in SMM.\r
-  @RetVal      Others                 Failure is returned from the function in SMM. \r
+  @retval      EFI_SUCCESS            Success is returned from the functin in SMM.\r
+  @retval      Others                 Failure is returned from the function in SMM. \r
   \r
 **/\r
 EFI_STATUS\r