diff options
author | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-12-26 09:31:06 +0800 |
---|---|---|
committer | Jiaxin Wu <jiaxin.wu@intel.com> | 2017-12-27 16:28:56 +0800 |
commit | 0d07e6fb53575ef4dd050a62ed0795575fa3eda9 (patch) | |
tree | 869ada64e268edec8e50fe55a1a63f0ba621062e /MdeModulePkg/Include | |
parent | 4a6f440f259d0fc12b49c49c48b93ad1198cbb86 (diff) | |
download | edk2-0d07e6fb53575ef4dd050a62ed0795575fa3eda9.zip edk2-0d07e6fb53575ef4dd050a62ed0795575fa3eda9.tar.gz edk2-0d07e6fb53575ef4dd050a62ed0795575fa3eda9.tar.bz2 |
MdeModulePkg/DxeHttpLib: Refine some coding style.
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wang Fan <fan.wang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r-- | MdeModulePkg/Include/Library/HttpLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/HttpLib.h b/MdeModulePkg/Include/Library/HttpLib.h index 285a831..9975aea 100644 --- a/MdeModulePkg/Include/Library/HttpLib.h +++ b/MdeModulePkg/Include/Library/HttpLib.h @@ -434,9 +434,9 @@ HttpFreeHeaderFields ( NULL if any error occured.
@param[out] RequestMsgSize Size of the RequestMsg (in bytes).
- @return EFI_SUCCESS If HTTP request string was created successfully
+ @retval EFI_SUCCESS If HTTP request string was created successfully.
@retval EFI_OUT_OF_RESOURCES Failed to allocate resources.
- @retval EFI_INVALID_PARAMETER The input arguments are invalid
+ @retval EFI_INVALID_PARAMETER The input arguments are invalid.
**/
EFI_STATUS
|