]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/BmpImageDecoderLib: Fix function header comments
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 1 Dec 2015 06:52:44 +0000 (06:52 +0000)
committerniruiyu <niruiyu@Edk2>
Tue, 1 Dec 2015 06:52:44 +0000 (06:52 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19082 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c

index 28afd4fa9a9bebf60048d9b12fa8175656158138..6445c06c85cdf1fd04a24a068fc577ae46641622 100644 (file)
@@ -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.\r
 \r
   @param  ImageFormat   Format of the image file.\r
-  @param  BmpImage      Pointer to BMP file\r
-  @param  BmpImageSize  Number of bytes in BmpImage\r
+  @param  BmpImage      Pointer to BMP file.\r
+  @param  BmpImageSize  Number of bytes in BmpImage.\r
   @param  GopBlt        Buffer containing GOP version of BmpImage.\r
   @param  GopBltSize    Size of GopBlt in bytes.\r
-  @param  PixelHeight   Height of GopBlt/BmpImage in pixels\r
-  @param  PixelWidth    Width of GopBlt/BmpImage in pixels\r
+  @param  PixelWidth    Width of GopBlt/BmpImage in pixels.\r
+  @param  PixelHeight   Height of GopBlt/BmpImage in pixels.\r
 \r
   @retval EFI_SUCCESS           GopBlt and GopBltSize are returned.\r
   @retval EFI_INVALID_PARAMETER GopBlt or GopBltSize is NULL.\r