]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues
authorDandan Bi <dandan.bi@intel.com>
Tue, 5 Jun 2018 02:01:04 +0000 (10:01 +0800)
committerStar Zeng <star.zeng@intel.com>
Thu, 7 Jun 2018 02:55:38 +0000 (10:55 +0800)
Make the comment align with Edk2 coding style.

Cc: Star Zeng <star.zeng@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
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/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c
MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c

index 007522cea08ce40c9aabb7059bf5c8a0ec1d9716..2c916105136322624989eefd7c700dce3e55edb0 100644 (file)
@@ -1,4 +1,4 @@
-/**  @file\r
+/** @file\r
   Provides services to display completion progress of a firmware update on a\r
   graphical console that supports the Graphics Output Protocol.\r
 \r
@@ -118,13 +118,13 @@ const EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION  mProgressBarDefaultColor = {
 //\r
 BOOLEAN mGraphicsGood = FALSE;\r
 \r
-/*\r
+/**\r
   Internal function used to find the bounds of the white logo (on black or\r
   red background).\r
 \r
   These bounds are then computed to find the block size, 0%, 100%, etc.\r
 \r
-*/\r
+**/\r
 VOID\r
 FindDim (\r
    VOID\r
index 7aca8b89d014b0b8216276d1c7d1483b435e7b89..960ccc015fef3fd243f93c5b20b78ab0e7ecfe4d 100644 (file)
@@ -1,4 +1,4 @@
-/**  @file\r
+/** @file\r
   Provides services to display completion progress of a firmware update on a\r
   text console.\r
 \r