diff options
author | Dandan Bi <dandan.bi@intel.com> | 2018-06-05 10:01:04 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2018-06-07 10:55:38 +0800 |
commit | ec50f7535bc5747a95c6eae3c0907ccdc8ece1a5 (patch) | |
tree | 86ace71f922192efaa5c712da730ad553bd07863 /MdeModulePkg/Library/DisplayUpdateProgressLibGraphics | |
parent | cb004eb0ad308a4bac86037ce67a56d9ed924e50 (diff) | |
download | edk2-ec50f7535bc5747a95c6eae3c0907ccdc8ece1a5.tar.gz |
MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues
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>
Diffstat (limited to 'MdeModulePkg/Library/DisplayUpdateProgressLibGraphics')
-rw-r--r-- | MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c b/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c index 007522cea0..2c91610513 100644 --- a/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c +++ b/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c @@ -1,4 +1,4 @@ -/** @file
+/** @file
Provides services to display completion progress of a firmware update on a
graphical console that supports the Graphics Output Protocol.
@@ -118,13 +118,13 @@ const EFI_GRAPHICS_OUTPUT_BLT_PIXEL_UNION mProgressBarDefaultColor = { //
BOOLEAN mGraphicsGood = FALSE;
-/*
+/**
Internal function used to find the bounds of the white logo (on black or
red background).
These bounds are then computed to find the block size, 0%, 100%, etc.
-*/
+**/
VOID
FindDim (
VOID
|