summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include/Library
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2017-12-26 09:31:06 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2017-12-27 16:28:56 +0800
commit0d07e6fb53575ef4dd050a62ed0795575fa3eda9 (patch)
tree869ada64e268edec8e50fe55a1a63f0ba621062e /MdeModulePkg/Include/Library
parent4a6f440f259d0fc12b49c49c48b93ad1198cbb86 (diff)
downloadedk2-0d07e6fb53575ef4dd050a62ed0795575fa3eda9.tar.gz
edk2-0d07e6fb53575ef4dd050a62ed0795575fa3eda9.tar.bz2
edk2-0d07e6fb53575ef4dd050a62ed0795575fa3eda9.zip
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/Library')
-rw-r--r--MdeModulePkg/Include/Library/HttpLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Library/HttpLib.h b/MdeModulePkg/Include/Library/HttpLib.h
index 285a83122e..9975aea676 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