mirror of https://github.com/acidanthera/audk.git
Update the comments for function 'ConvertPixelFormat' in UefiHandleParsingLib.c to make it consistent with parameter name.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@intel.com> Reviewed-by: Jaben carsey <Jaben.carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15521 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
46d491d258
commit
9145d31451
|
@ -59,7 +59,7 @@ ConvertMemoryType (
|
|||
/**
|
||||
Function to translate the EFI_GRAPHICS_PIXEL_FORMAT into a string.
|
||||
|
||||
@param[in] Memory The format type.
|
||||
@param[in] Fmt The format type.
|
||||
|
||||
@retval A string representation of the type allocated from BS Pool.
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue