]> git.proxmox.com Git - mirror_edk2.git/commitdiff
NetworkPkg: Coding style refine for IpSecDxe
authorJiaxin Wu <jiaxin.wu@intel.com>
Thu, 20 Oct 2016 01:46:19 +0000 (09:46 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Fri, 21 Oct 2016 01:03:32 +0000 (09:03 +0800)
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>
NetworkPkg/IpSecDxe/IkeCommon.c
NetworkPkg/IpSecDxe/IkeCommon.h

index b1e432114226e1720f5720b2ac6a3dd43c684039..c5fbfab6a955a74322d8415638c5738790658035 100644 (file)
@@ -201,9 +201,9 @@ IkePayloadFree (
 /**\r
   Generate an new SPI.\r
   \r
-  @param[in]      IkeSaSession   Pointer to IKEV2_SA_SESSION related to this Child SA \r
-                                 Session.\r
-  @param[in out]  SpiValue       Pointer to the new generated SPI value. \r
+  @param[in]       IkeSaSession   Pointer to IKEV2_SA_SESSION related to this Child SA \r
+                                  Session.\r
+  @param[in, out]  SpiValue       Pointer to the new generated SPI value. \r
                               \r
   @retval EFI_SUCCESS         The operation performs successfully.\r
   @retval Otherwise           The operation is failed.\r
@@ -211,8 +211,8 @@ IkePayloadFree (
 **/\r
 EFI_STATUS\r
 IkeGenerateSpi (\r
-  IN  IKEV2_SA_SESSION         *IkeSaSession,\r
-  OUT UINT32                   *SpiValue\r
+  IN     IKEV2_SA_SESSION         *IkeSaSession,\r
+  IN OUT UINT32                   *SpiValue\r
   )\r
 {\r
   EFI_STATUS   Status;\r
index 7f7fd4d5b09b0631bfaf8059ab8fc8062ec33c1d..eb7e913ee8e458c24cac86c6123e3d56cf176ccd 100644 (file)
@@ -132,9 +132,9 @@ IkePayloadFree (
 /**\r
   Generate an new SPI.\r
   \r
-  @param[in]      IkeSaSession   Pointer to IKEV2_SA_SESSION related to this Child SA \r
-                                 Session.\r
-  @param[in out]  SpiValue       Pointer to the new generated SPI value. \r
+  @param[in]       IkeSaSession   Pointer to IKEV2_SA_SESSION related to this Child SA \r
+                                  Session.\r
+  @param[in, out]  SpiValue       Pointer to the new generated SPI value. \r
                               \r
   @retval EFI_SUCCESS         The operation performs successfully.\r
   @retval Otherwise           The operation is failed.\r
@@ -142,8 +142,8 @@ IkePayloadFree (
 **/\r
 EFI_STATUS\r
 IkeGenerateSpi (\r
-  IN  IKEV2_SA_SESSION         *IkeSaSession,\r
-  OUT UINT32                   *SpiValue\r
+  IN     IKEV2_SA_SESSION         *IkeSaSession,\r
+  IN OUT UINT32                   *SpiValue\r
   );\r
 \r
 /**\r