]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BasePostCodeLibDebug/PostCode.c
clean the codes according to review comments.
[mirror_edk2.git] / MdePkg / Library / BasePostCodeLibDebug / PostCode.c
index 4335acb1aea2fff605cd960496c3fc51ecc16cb7..974adceca77daba2b8aea52af50f39564d9b99e0 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
-  Base Post Code Library instance based on Debug Library.\r
+  The instance of Post Code Library that layers on top of a Debug Library instance.\r
 \r
   Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
   All rights reserved. This program and the accompanying materials                          \r
 \r
 **/\r
 \r
-\r
-\r
 #include <Base.h>\r
 \r
-\r
 #include <Library/PostCodeLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/PcdLib.h>\r
@@ -36,7 +33,7 @@
 \r
   @param   Value  The 32-bit value to write to the POST card.\r
 \r
-  @return  Value  The 32-bit value to write to the POST card.\r
+  @return  The 32-bit value to write to the POST card.\r
 \r
 **/\r
 UINT32\r
@@ -71,7 +68,7 @@ PostCode (
                        POST code value.  This is an optional parameter that may \r
                        be NULL.\r
 \r
-  @return  Value       The 32-bit value to write to the POST card.\r
+  @return The 32-bit value to write to the POST card.\r
 \r
 **/\r
 UINT32\r