From ec50f7535bc5747a95c6eae3c0907ccdc8ece1a5 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Tue, 5 Jun 2018 10:01:04 +0800 Subject: [PATCH] MdeModulePkg/DisplayUpdateProgressLib: Fix ECC issues Make the comment align with Edk2 coding style. Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi Reviewed-by: Star Zeng --- .../DisplayUpdateProgressLibGraphics.c | 6 +++--- .../DisplayUpdateProgressLibText.c | 2 +- 2 files changed, 4 insertions(+), 4 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 diff --git a/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c b/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c index 7aca8b89d0..960ccc015f 100644 --- a/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c +++ b/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c @@ -1,4 +1,4 @@ -/** @file +/** @file Provides services to display completion progress of a firmware update on a text console. -- 2.39.2