]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Fix coding style issues in file/function comments
authorDandan Bi <dandan.bi@intel.com>
Fri, 16 Mar 2018 03:30:53 +0000 (11:30 +0800)
committerStar Zeng <star.zeng@intel.com>
Mon, 19 Mar 2018 01:57:22 +0000 (09:57 +0800)
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/Include/Protocol/BootLogo2.h
MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.uni
MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c
MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c

index 583a253ea7aa7aabb8128a88d4b5beaf247a4f41..905197a07a0609cd462e9acda304f49bd1dd5061 100644 (file)
@@ -1,4 +1,4 @@
-/**\r
+/** @file\r
 Boot Logo 2 Protocol is used to convey information of Logo dispayed during boot.\r
 \r
 The Boot Logo 2 Protocol is a replacement for the Boot Logo Protocol.  If a\r
index 02c3fae0b478d875eceb28c30aff13135c436028..2ee2e7e229b2dbd25a7b9408208c723fe3e0d04e 100644 (file)
@@ -1,4 +1,5 @@
 ## @file\r
+# Base library to support BMP graphics image conversion.\r
 #\r
 # Provides services to convert a BMP graphics image to a GOP BLT buffer and\r
 # from a GOP BLT buffer to a BMP graphics image.\r
index f24e2d246fc7a81bfc8de8b86801eb61a1aabd66..373d1e7e388bb20f20495064e859b712033ee219 100644 (file)
@@ -1,4 +1,5 @@
 // /** @file\r
+// Base library to support BMP graphics image conversion.\r
 //\r
 // Provides services to convert a BMP graphics image to a GOP BLT buffer and\r
 // from a GOP BLT buffer to a BMP graphics image.\r
index b98430edbf09ff1019afb69e03bf974ef455ffcb..3da4a62fb1c404e07a1da7c5fb9e61a9f8c2763e 100644 (file)
 #include <Guid/EventGroup.h>\r
 #include <Guid/SystemResourceTable.h>\r
 \r
-//\r
-// Print ESRT to debug console\r
-//\r
+/**\r
+ Print ESRT to debug console.\r
+\r
+ @param[in]  Table   Pointer to the ESRT table.\r
+\r
+**/\r
 VOID\r
 EFIAPI\r
 PrintTable (\r
@@ -132,6 +135,9 @@ IsSystemFmp (
   given a FMP descriptor.  If the guid is already in the ESRT it\r
   will be ignored.  The ESRT will grow if it does not have enough room.\r
 \r
+  @param[in]  FmpImageInfoBuf    Pointer to the EFI_FIRMWARE_IMAGE_DESCRIPTOR.\r
+  @param[in]  FmpVersion         FMP Version.\r
+\r
   @return  Status code.\r
 \r
 **/\r
index b4e5135e05e55622a0e52af282f80612884ac0ef..8e60385099c5cf9329503b8f4989b1e42c5601f5 100644 (file)
@@ -34,7 +34,7 @@
 #include <Guid/SystemResourceTable.h>\r
 \r
 /**\r
-  Function to print a single ESRT Entry (ESRE) to the debug console\r
+  Function to print a single ESRT Entry (ESRE) to the debug console.\r
 \r
   Print Format:\r
   | 00000000-0000-0000-0000-000000000000 | SSSSSSSSSSSS | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 |\r
@@ -101,7 +101,7 @@ PrintOutEsrtEntry (
 }\r
 \r
 /**\r
-  Function to print the ESRT table to the debug console\r
+  Function to print the ESRT table to the debug console.\r
 \r
   @param[in]  Table  - Pointer to the ESRT table\r
 **/\r