]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor coding style fix.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Mar 2010 08:38:46 +0000 (08:38 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Mar 2010 08:38:46 +0000 (08:38 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10145 6f19259b-4bc3-4df7-8a09-765794883524

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