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