Refine comments and two code style.
Signed-off-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12263 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -18,11 +18,11 @@
|
||||
/**
|
||||
The compression routine.
|
||||
|
||||
@param[in] SrcBuffer The buffer containing the source data.
|
||||
@param[in] SrcSize Number of bytes in SrcBuffer.
|
||||
@param[in] DstBuffer The buffer to put the compressed image in.
|
||||
@param[in,out] DstSize On input the size (in bytes) of DstBuffer, on
|
||||
return the number of bytes placed in DstBuffer.
|
||||
@param[in] SrcBuffer The buffer containing the source data.
|
||||
@param[in] SrcSize Number of bytes in SrcBuffer.
|
||||
@param[in] DstBuffer The buffer to put the compressed image in.
|
||||
@param[in, out] DstSize On input the size (in bytes) of DstBuffer, on
|
||||
return the number of bytes placed in DstBuffer.
|
||||
|
||||
@retval EFI_SUCCESS The compression was sucessful.
|
||||
@retval EFI_BUFFER_TOO_SMALL The buffer was too small. DstSize is required.
|
||||
|
Reference in New Issue
Block a user