]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
Minor coding style fix.
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.c
index e372e7ecf198062f3ff4cf696db1680d7e4bf760..afb6d15bcdb234524a21449b6285332aa30afa6c 100644 (file)
@@ -87,8 +87,8 @@ SmmBase2GetSmstLocation (
   after SetVirtualAddressMap().\r
 \r
   @param[in]     This                The EFI_SMM_COMMUNICATION_PROTOCOL instance.\r
-  @param[in out] CommBuffer          A pointer to the buffer to convey into SMRAM.\r
-  @param[in out] CommSize            The size of the data buffer being passed in.On exit, the size of data\r
+  @param[in, out] CommBuffer          A pointer to the buffer to convey into SMRAM.\r
+  @param[in, out] CommSize            The size of the data buffer being passed in.On exit, the size of data\r
                                      being returned. Zero if the handler does not wish to reply with any data.\r
 \r
   @retval EFI_SUCCESS                The message was successfully posted.\r
@@ -337,8 +337,8 @@ SmmBase2GetSmstLocation (
   after SetVirtualAddressMap().\r
 \r
   @param[in] This                The EFI_SMM_COMMUNICATION_PROTOCOL instance.\r
-  @param[in out] CommBuffer          A pointer to the buffer to convey into SMRAM.\r
-  @param[in out] CommSize            The size of the data buffer being passed in.On exit, the size of data\r
+  @param[in, out] CommBuffer          A pointer to the buffer to convey into SMRAM.\r
+  @param[in, out] CommSize            The size of the data buffer being passed in.On exit, the size of data\r
                                  being returned. Zero if the handler does not wish to reply with any data.\r
 \r
   @retval EFI_SUCCESS            The message was successfully posted.\r