summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IpSecDxe/IkeCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/IpSecDxe/IkeCommon.h')
-rw-r--r--NetworkPkg/IpSecDxe/IkeCommon.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/NetworkPkg/IpSecDxe/IkeCommon.h b/NetworkPkg/IpSecDxe/IkeCommon.h
index 4bcfe6c2a6..683264250a 100644
--- a/NetworkPkg/IpSecDxe/IkeCommon.h
+++ b/NetworkPkg/IpSecDxe/IkeCommon.h
@@ -167,18 +167,18 @@ IkeGetVersionFromSession (
IN UINT8 *Session
);
-/**
- Find SPD entry by a specified SPD selector.
-
+/**
+ Find SPD entry by a specified SPD selector.
+
@param[in] SpdSel Point to SPD Selector to be searched for.
-
- @retval Point to Spd Entry if the SPD entry found.
- @retval NULL if not found.
-
-**/
-IPSEC_SPD_ENTRY *
+
+ @retval Point to Spd Entry if the SPD entry found.
+ @retval NULL if not found.
+
+**/
+IPSEC_SPD_ENTRY *
IkeSearchSpdEntry (
- IN EFI_IPSEC_SPD_SELECTOR *SpdSel
+ IN EFI_IPSEC_SPD_SELECTOR *SpdSel
);
extern EFI_GUID mZeroGuid;