NetworkPkg: Coding style refine for IpSecDxe

Cc: Bi Dandan <dandan.bi@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
Jiaxin Wu 2016-10-20 09:46:19 +08:00
parent c3926cdbbd
commit 55d05ae145
2 changed files with 10 additions and 10 deletions

View File

@ -203,7 +203,7 @@ IkePayloadFree (
@param[in] IkeSaSession Pointer to IKEV2_SA_SESSION related to this Child SA @param[in] IkeSaSession Pointer to IKEV2_SA_SESSION related to this Child SA
Session. Session.
@param[in out] SpiValue Pointer to the new generated SPI value. @param[in, out] SpiValue Pointer to the new generated SPI value.
@retval EFI_SUCCESS The operation performs successfully. @retval EFI_SUCCESS The operation performs successfully.
@retval Otherwise The operation is failed. @retval Otherwise The operation is failed.
@ -212,7 +212,7 @@ IkePayloadFree (
EFI_STATUS EFI_STATUS
IkeGenerateSpi ( IkeGenerateSpi (
IN IKEV2_SA_SESSION *IkeSaSession, IN IKEV2_SA_SESSION *IkeSaSession,
OUT UINT32 *SpiValue IN OUT UINT32 *SpiValue
) )
{ {
EFI_STATUS Status; EFI_STATUS Status;

View File

@ -134,7 +134,7 @@ IkePayloadFree (
@param[in] IkeSaSession Pointer to IKEV2_SA_SESSION related to this Child SA @param[in] IkeSaSession Pointer to IKEV2_SA_SESSION related to this Child SA
Session. Session.
@param[in out] SpiValue Pointer to the new generated SPI value. @param[in, out] SpiValue Pointer to the new generated SPI value.
@retval EFI_SUCCESS The operation performs successfully. @retval EFI_SUCCESS The operation performs successfully.
@retval Otherwise The operation is failed. @retval Otherwise The operation is failed.
@ -143,7 +143,7 @@ IkePayloadFree (
EFI_STATUS EFI_STATUS
IkeGenerateSpi ( IkeGenerateSpi (
IN IKEV2_SA_SESSION *IkeSaSession, IN IKEV2_SA_SESSION *IkeSaSession,
OUT UINT32 *SpiValue IN OUT UINT32 *SpiValue
); );
/** /**