diff options
author | Tian, Hot <hot.tian@intel.com> | 2014-01-22 08:39:32 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-22 08:39:32 +0000 |
commit | 44de1013cfcd481efee629c1f75f4eebd99bc13c (patch) | |
tree | 7c600020788a91ca7ad292a36ef141929fb27486 /NetworkPkg/IpSecDxe/IkeCommon.h | |
parent | 8db92ab59be3f6eb6039575d1baa2b2e044edede (diff) | |
download | edk2-platforms-44de1013cfcd481efee629c1f75f4eebd99bc13c.tar.xz |
Fix CRLF format
Signed-off-by: Tian, Hot <hot.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15157 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'NetworkPkg/IpSecDxe/IkeCommon.h')
-rw-r--r-- | NetworkPkg/IpSecDxe/IkeCommon.h | 20 |
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;
|