]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IpSecConfigImpl.h
NetworkPkg: comments clean up.
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IpSecConfigImpl.h
index 036cd8d4e078917b13156ba2e9c3bfc8c0efa566..3e365dae4aeb56f0210c71a727e15a9333fefed8 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Definitions related to IPSEC_CONFIG_PROTOCOL implementations.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -75,11 +75,11 @@ typedef struct {
 /**\r
   The prototype of Copy Source Selector to the Destination Selector.\r
 \r
-  @param[in out]  DstSel             Pointer of Destination Selector. It would be\r
+  @param[in, out] DstSel             Pointer of Destination Selector. It would be\r
                                      SPD Selector, or SAD Selector or PAD Selector.\r
   @param[in]      SrcSel             Pointer of Source  Selector. It would be\r
                                      SPD Selector, or SAD Selector or PAD Selector.\r
-  @param[in out]  Size               The size of the Destination Selector. If it\r
+  @param[in, out] Size               The size of the Destination Selector. If it\r
                                      is not NULL and its value is less than the size of\r
                                      Source Selector, the value of Source Selector's\r
                                      size will be passed to the caller by this parameter.\r
@@ -155,7 +155,7 @@ VOID
                                     Data type is related to the Type.\r
   @param[in]      SelectorSize      The size of the Selector.\r
   @param[in]      DataSize          The size of the Data.\r
-  @param[in out]  Buffer            The buffer to store the Selector and Data.\r
+  @param[in, out] Buffer            The buffer to store the Selector and Data.\r
 \r
   @retval EFI_SUCCESS            Copied the Selector and Data to a buffer successfully.\r
   @retval EFI_OUT_OF_RESOURCES   The required system resource could not be allocated.\r