]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IpSecDxe/IkeCommon.c
NetworkPkg: Coding style refine for IpSecDxe
[mirror_edk2.git] / NetworkPkg / IpSecDxe / IkeCommon.c
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