Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <[email protected]> Cc: Shumin Qiu <[email protected]> --- MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c b/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c index 28afd4f..6445c06 100644 --- a/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c +++ b/MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c @@ -24,12 +24,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. Convert a *.BMP graphics image to a callee allocated GOP blt buffer. @param ImageFormat Format of the image file. - @param BmpImage Pointer to BMP file - @param BmpImageSize Number of bytes in BmpImage + @param BmpImage Pointer to BMP file. + @param BmpImageSize Number of bytes in BmpImage. @param GopBlt Buffer containing GOP version of BmpImage. @param GopBltSize Size of GopBlt in bytes. - @param PixelHeight Height of GopBlt/BmpImage in pixels - @param PixelWidth Width of GopBlt/BmpImage in pixels + @param PixelWidth Width of GopBlt/BmpImage in pixels. + @param PixelHeight Height of GopBlt/BmpImage in pixels. @retval EFI_SUCCESS GopBlt and GopBltSize are returned. @retval EFI_INVALID_PARAMETER GopBlt or GopBltSize is NULL. -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

